ProjectPolicyUpdateProperties interface
Properties of an project policy. These properties can be updated after the resource has been created.
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
configurationPolicies
Configuration Policies part of this project policy.
configurationPolicies?: ConfigurationPolicies
Property Value
resourcePolicies
Resource policies that are a part of this project policy.
resourcePolicies?: ResourcePolicy[]
Property Value
scopes
Resources that have access to the shared resources that are a part of this project policy.
scopes?: string[]
Property Value
string[]