Show / Hide Table of Contents

Class DefinitionAuthorization

Inheritance
System.Object
DefinitionAuthorization
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DefinitionAuthorization

Fields

View Source

RoleDefinitionId

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 readonly string RoleDefinitionId
Field Value
Type Description
System.String
View Source

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 readonly string ServicePrincipalId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.