Show / Hide Table of Contents

Class DefinitionAuthorizationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DefinitionAuthorizationArgs
Inherited Members
ResourceArgs.Empty
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 Source

DefinitionAuthorizationArgs()

Declaration
public DefinitionAuthorizationArgs()

Properties

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 Input<string> RoleDefinitionId { get; set; }
Property Value
Type Description
Input<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 Input<string> ServicePrincipalId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.