AccessPolicyCreateOrUpdateParameters interface
Properties
description | An description of the access policy. |
principal |
The objectId of the principal in Azure Active Directory. |
roles | The list of roles the principal is assigned on the environment. |
Property Details
description
An description of the access policy.
description?: string
Property Value
string
principalObjectId
The objectId of the principal in Azure Active Directory.
principalObjectId?: string
Property Value
string
roles
The list of roles the principal is assigned on the environment.
roles?: string[]
Property Value
string[]