Class GetApplicationOauth2PermissionArgs
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 GetApplicationOauth2PermissionArgs : InvokeArgs
Constructors
View SourceGetApplicationOauth2PermissionArgs()
Declaration
public GetApplicationOauth2PermissionArgs()
Properties
View SourceAdminConsentDescription
The description of the admin consent
Declaration
public string AdminConsentDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AdminConsentDisplayName
The display name of the admin consent
Declaration
public string AdminConsentDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
The unique identifier of the app_role.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsEnabled
Determines if the app role is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Type
The type of the permission
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserConsentDescription
The description of the user consent
Declaration
public string UserConsentDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserConsentDisplayName
The display name of the user consent
Declaration
public string UserConsentDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Specifies the value of the roles claim that the application should expect in the authentication and access tokens.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |