Class ApplicationOauth2PermissionGetArgs
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 ApplicationOauth2PermissionGetArgs : ResourceArgs
Constructors
View SourceApplicationOauth2PermissionGetArgs()
Declaration
public ApplicationOauth2PermissionGetArgs()
Properties
View SourceAdminConsentDescription
The description of the admin consent.
Declaration
public Input<string> AdminConsentDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AdminConsentDisplayName
The display name of the admin consent.
Declaration
public Input<string> AdminConsentDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
The unique identifier for one of the OAuth2Permission or AppRole instances that the resource application exposes.
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> |
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 Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserConsentDescription
The description of the user consent.
Declaration
public Input<string> UserConsentDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserConsentDisplayName
The display name of the user consent.
Declaration
public Input<string> UserConsentDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |