Show / Hide Table of Contents

Class FunctionAppAuthSettingsMicrosoft

Inheritance
System.Object
FunctionAppAuthSettingsMicrosoft
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.Azure.AppService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionAppAuthSettingsMicrosoft

Fields

View Source

ClientId

The OAuth 2.0 client ID that was created for the app used for authentication.

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

ClientSecret

The OAuth 2.0 client secret that was created for the app used for authentication.

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

OauthScopes

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx

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