Show / Hide Table of Contents

Class ServicePrincipalOauth2PermissionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServicePrincipalOauth2PermissionArgs
Inherited Members
ResourceArgs.Empty
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 ServicePrincipalOauth2PermissionArgs : ResourceArgs

Constructors

View Source

ServicePrincipalOauth2PermissionArgs()

Declaration
public ServicePrincipalOauth2PermissionArgs()

Properties

View Source

AdminConsentDescription

The description of the admin consent.

Declaration
public Input<string> AdminConsentDescription { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AdminConsentDisplayName

The display name of the admin consent.

Declaration
public Input<string> AdminConsentDisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

The unique identifier for one of the OAuth2Permission.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IsEnabled

Is this permission enabled?

Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Type

The type of the permission.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserConsentDescription

The description of the user consent.

Declaration
public Input<string> UserConsentDescription { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserConsentDisplayName

The display name of the user consent.

Declaration
public Input<string> UserConsentDisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Value

The name of this permission.

Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.