Show / Hide Table of Contents

Class ServicePrincipalOauth2Permission

Inheritance
System.Object
ServicePrincipalOauth2Permission
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 ServicePrincipalOauth2Permission

Fields

View Source

AdminConsentDescription

The description of the admin consent.

Declaration
public readonly string AdminConsentDescription
Field Value
Type Description
System.String
View Source

AdminConsentDisplayName

The display name of the admin consent.

Declaration
public readonly string AdminConsentDisplayName
Field Value
Type Description
System.String
View Source

Id

The unique identifier for one of the OAuth2Permission.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsEnabled

Is this permission enabled?

Declaration
public readonly bool? IsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Type

The type of the permission.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

UserConsentDescription

The description of the user consent.

Declaration
public readonly string UserConsentDescription
Field Value
Type Description
System.String
View Source

UserConsentDisplayName

The display name of the user consent.

Declaration
public readonly string UserConsentDisplayName
Field Value
Type Description
System.String
View Source

Value

The name of this permission.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.