Class FunctionAppAuthSettingsMicrosoftArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionAppAuthSettingsMicrosoftArgs : ResourceArgs
Constructors
View SourceFunctionAppAuthSettingsMicrosoftArgs()
Declaration
public FunctionAppAuthSettingsMicrosoftArgs()
Properties
View SourceClientId
The OAuth 2.0 client ID that was created for the app used for authentication.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
The OAuth 2.0 client secret that was created for the app used for authentication.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 InputList<string> OauthScopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |