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 SourceAddress
The Address of the Radius Server.
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Secret
The Secret used to communicate with the Radius Server.
Declaration
public readonly string Secret
Field Value
| Type | Description |
|---|---|
| System.String |
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> |