Class VpnServerConfigurationAzureActiveDirectoryAuthenticationArgs
Inheritance
System.Object
VpnServerConfigurationAzureActiveDirectoryAuthenticationArgs
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.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VpnServerConfigurationAzureActiveDirectoryAuthenticationArgs : ResourceArgs
Constructors
View SourceVpnServerConfigurationAzureActiveDirectoryAuthenticationArgs()
Declaration
public VpnServerConfigurationAzureActiveDirectoryAuthenticationArgs()
Properties
View SourceAudience
The Audience which should be used for authentication.
Declaration
public Input<string> Audience { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Issuer
The Issuer which should be used for authentication.
Declaration
public Input<string> Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tenant
The Tenant which should be used for authentication.
Declaration
public Input<string> Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |