Class ApplicationOauth2Permission
Inheritance
System.Object
ApplicationOauth2Permission
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 ApplicationOauth2Permission
Fields
View SourceAdminConsentDescription
The description of the admin consent.
Declaration
public readonly string AdminConsentDescription
Field Value
| Type | Description |
|---|---|
| System.String |
AdminConsentDisplayName
The display name of the admin consent.
Declaration
public readonly string AdminConsentDisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The unique identifier for one of the OAuth2Permission or AppRole instances that the resource application exposes.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsEnabled
Determines if the app role is enabled: Defaults to true.
Declaration
public readonly bool? IsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Type
Type of an application: webapp/api or native. Defaults to webapp/api. For native apps type identifier_uris property can not not be set.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
UserConsentDescription
The description of the user consent.
Declaration
public readonly string UserConsentDescription
Field Value
| Type | Description |
|---|---|
| System.String |
UserConsentDisplayName
The display name of the user consent.
Declaration
public readonly string UserConsentDisplayName
Field 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 readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |