ApplicationProviderAuthorization Class

The managed application provider authorization.

All required parameters must be populated in order to send to Azure.

Inheritance
ApplicationProviderAuthorization

Constructor

ApplicationProviderAuthorization(*, principal_id: str, role_definition_id: str, **kwargs)

Variables

principal_id
str

Required. The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.

role_definition_id
str

Required. The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.