OrganizationDefaultBundleAccess
Access granted to new bundle repositories at creation.
Changing this setting only affects repositories created afterwards — access to existing repositories is managed through their grants.
enum OrganizationDefaultBundleAccess {
NONE
ALL_PROJECTS
}
Values
OrganizationDefaultBundleAccess.NONE {#none}
New bundle repositories are restricted until a grant is authored for them.
OrganizationDefaultBundleAccess.ALL_PROJECTS {#all-projects}
Every new bundle repository automatically receives an org-wide repo:pull grant, making its bundles usable by every project. The grant is a normal grant row: it is listed on the repository and can be revoked with deleteGrant.
Member Of
OrganizationSettings object ● UpdateOrganizationSettingsInput input