ApplicationAuthorization Class

The managed application provider authorization.

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

Inheritance
azure.mgmt.resource.managedapplications._serialization.Model
ApplicationAuthorization

Constructor

ApplicationAuthorization(*, principal_id: str, role_definition_id: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
principal_id
str

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

role_definition_id
str

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. Required.

Variables

Name Description
principal_id
str

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

role_definition_id
str

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. Required.