Class VirtualNetworkGatewayVpnClientConfigurationRootCertificateArgs
Inheritance
System.Object
VirtualNetworkGatewayVpnClientConfigurationRootCertificateArgs
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 VirtualNetworkGatewayVpnClientConfigurationRootCertificateArgs : ResourceArgs
Constructors
View SourceVirtualNetworkGatewayVpnClientConfigurationRootCertificateArgs()
Declaration
public VirtualNetworkGatewayVpnClientConfigurationRootCertificateArgs()
Properties
View SourceName
A user-defined name of the revoked certificate.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicCertData
The SHA1 thumbprint of the certificate to be revoked.
Declaration
public Input<string> PublicCertData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |