Show / Hide Table of Contents

Class ApplicationAppRoleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationAppRoleGetArgs
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.AzureAD.Inputs
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class ApplicationAppRoleGetArgs : ResourceArgs

Constructors

View Source

ApplicationAppRoleGetArgs()

Declaration
public ApplicationAppRoleGetArgs()

Properties

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 InputList<string> AllowedMemberTypes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Description

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

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

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

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

The unique identifier of the app_role.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IsEnabled

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

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