Class DefinitionAuthorizationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ManagedApplication.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DefinitionAuthorizationArgs : ResourceArgs
Constructors
View SourceDefinitionAuthorizationArgs()
Declaration
public DefinitionAuthorizationArgs()
Properties
View SourceRoleDefinitionId
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.
Declaration
public Input<string> RoleDefinitionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServicePrincipalId
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.
Declaration
public Input<string> ServicePrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |