ProjectPolicyProperties interface
Properties of an project policy.
- Extends
Properties
| provisioning |
The provisioning state of the resource. |
Inherited Properties
| configuration |
Configuration Policies part of this project policy. |
| resource |
Resource policies that are a part of this project policy. |
| scopes | Resources that have access to the shared resources that are a part of this project policy. |
Property Details
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string
Inherited Property Details
configurationPolicies
Configuration Policies part of this project policy.
configurationPolicies?: ConfigurationPolicies
Property Value
Inherited From ProjectPolicyUpdateProperties.configurationPolicies
resourcePolicies
Resource policies that are a part of this project policy.
resourcePolicies?: ResourcePolicy[]
Property Value
Inherited From ProjectPolicyUpdateProperties.resourcePolicies
scopes
Resources that have access to the shared resources that are a part of this project policy.
scopes?: string[]
Property Value
string[]
Inherited From ProjectPolicyUpdateProperties.scopes