ResourceProviderAuthorization interface
model interface ResourceProviderAuthorization
Properties
| allowed |
The allowed third party extensions. |
| application |
The application id. |
| grouping |
The grouping tag. |
| managed |
Managed by authorization. |
| managed |
The managed by role definition id. |
| role |
The role definition id. |
Property Details
allowedThirdPartyExtensions
The allowed third party extensions.
allowedThirdPartyExtensions?: ThirdPartyExtension[]
Property Value
applicationId
The application id.
applicationId?: string
Property Value
string
groupingTag
The grouping tag.
groupingTag?: string
Property Value
string
managedByAuthorization
Managed by authorization.
managedByAuthorization?: ResourceProviderAuthorizationManagedByAuthorization
Property Value
managedByRoleDefinitionId
The managed by role definition id.
managedByRoleDefinitionId?: string
Property Value
string
roleDefinitionId
The role definition id.
roleDefinitionId?: string
Property Value
string