OrgEnablementSettings interface
Properties
| code |
Includes code security features that can be enabled. |
| enablement |
Auto enablement setting for newly created repositories. |
| is |
Indicates whether the organization is part of the bundled SKU (old billing plan) or unbundled SKUs (new billing plan). |
| repos |
A list of enablement statuses for repositories within the specified organization or project. |
| secret |
Includes secret protection features that can be enabled. |
Property Details
codeSecurityFeatures
Includes code security features that can be enabled.
codeSecurityFeatures: CodeSecurityFeatures
Property Value
enablementOnCreateSettings
Auto enablement setting for newly created repositories.
enablementOnCreateSettings: EnablementOnCreateSettings
Property Value
isBundledSKU
Indicates whether the organization is part of the bundled SKU (old billing plan) or unbundled SKUs (new billing plan).
isBundledSKU: boolean
Property Value
boolean
reposEnablementStatus
A list of enablement statuses for repositories within the specified organization or project.
reposEnablementStatus: RepoEnablementSettings[]
Property Value
secretProtectionFeatures
Includes secret protection features that can be enabled.
secretProtectionFeatures: SecretProtectionFeatures