DefinitionAuthorizationArgs

data class DefinitionAuthorizationArgs(val roleDefinitionId: Output<String>, val servicePrincipalId: Output<String>) : ConvertibleToJava<DefinitionAuthorizationArgs>

Constructors

Link copied to clipboard
constructor(roleDefinitionId: Output<String>, servicePrincipalId: Output<String>)

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.

Functions

Link copied to clipboard
open override fun toJava(): DefinitionAuthorizationArgs