Class VpnServerConfigurationRadiusServerGetArgs
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 VpnServerConfigurationRadiusServerGetArgs : ResourceArgs
Constructors
View SourceVpnServerConfigurationRadiusServerGetArgs()
Declaration
public VpnServerConfigurationRadiusServerGetArgs()
Properties
View SourceAddress
The Address of the Radius Server.
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientRootCertificates
One or more client_root_certificate blocks as defined above.
Declaration
public InputList<VpnServerConfigurationRadiusServerClientRootCertificateGetArgs> ClientRootCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VpnServerConfigurationRadiusServerClientRootCertificateGetArgs> |
Secret
The Secret used to communicate with the Radius Server.
Declaration
public Input<string> Secret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerRootCertificates
One or more server_root_certificate blocks as defined below.
Declaration
public InputList<VpnServerConfigurationRadiusServerServerRootCertificateGetArgs> ServerRootCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VpnServerConfigurationRadiusServerServerRootCertificateGetArgs> |