Show / Hide Table of Contents

Class VpnServerConfigurationAzureActiveDirectoryAuthentication

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

Fields

View Source

Audience

The Audience which should be used for authentication.

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

Issuer

The Issuer which should be used for authentication.

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

Tenant

The Tenant which should be used for authentication.

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