Class VirtualNetworkGatewayVpnClientConfigurationRootCertificateGetArgs
Inheritance
System.Object
VirtualNetworkGatewayVpnClientConfigurationRootCertificateGetArgs
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 VirtualNetworkGatewayVpnClientConfigurationRootCertificateGetArgs : ResourceArgs
Constructors
View SourceVirtualNetworkGatewayVpnClientConfigurationRootCertificateGetArgs()
Declaration
public VirtualNetworkGatewayVpnClientConfigurationRootCertificateGetArgs()
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> |