Definition Authorization Args
data class DefinitionAuthorizationArgs(val roleDefinitionId: Output<String>, val servicePrincipalId: Output<String>) : ConvertibleToJava<DefinitionAuthorizationArgs>
Properties
Link copied to clipboard
Specifies a role definition identifier for the provider. 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.
Link copied to clipboard
Specifies a service principal identifier for the provider. This is the identity that the provider will use to call ARM to manage the managed application resources.