ApplicationAuthorizationResponse

data class ApplicationAuthorizationResponse(val principalId: String, val roleDefinitionId: String)

The managed application provider authorization.

Constructors

Link copied to clipboard
constructor(principalId: String, roleDefinitionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.