Class ApplicationAppRoleGetArgs
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.Inputs
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class ApplicationAppRoleGetArgs : ResourceArgs
Constructors
View SourceApplicationAppRoleGetArgs()
Declaration
public ApplicationAppRoleGetArgs()
Properties
View SourceAllowedMemberTypes
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> |
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> |
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> |
Id
The unique identifier of the app_role.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |