Show / Hide Table of Contents

Class ApplicationAppRole

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

Fields

View Source

AllowedMemberTypes

Specifies whether this app role definition can be assigned to users and groups by setting to User, or to other applications (that are accessing this application in daemon service scenarios) by setting to Application, or to both.

Declaration
public readonly ImmutableArray<string> AllowedMemberTypes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Description

Permission help text that appears in the admin app assignment and consent experiences.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DisplayName

Display name for the permission that appears in the admin consent and app assignment experiences.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Id

The unique identifier of the app_role.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsEnabled

Determines if the app role is enabled: Defaults to true.

Declaration
public readonly bool? IsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Value

Specifies the value of the roles claim that the application should expect in the authentication and access tokens.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.