Show / Hide Table of Contents

Class VpnServerConfigurationRadiusServer

Inheritance
System.Object
VpnServerConfigurationRadiusServer
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 VpnServerConfigurationRadiusServer

Fields

View Source

Address

The Address of the Radius Server.

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

ClientRootCertificates

One or more client_root_certificate blocks as defined above.

Declaration
public readonly ImmutableArray<VpnServerConfigurationRadiusServerClientRootCertificate> ClientRootCertificates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<VpnServerConfigurationRadiusServerClientRootCertificate>
View Source

Secret

The Secret used to communicate with the Radius Server.

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

ServerRootCertificates

One or more server_root_certificate blocks as defined below.

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