Class RegistryCredentialPublicKeyCertificateArgs
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.Gcp.Iot.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegistryCredentialPublicKeyCertificateArgs : ResourceArgs
Constructors
View SourceRegistryCredentialPublicKeyCertificateArgs()
Declaration
public RegistryCredentialPublicKeyCertificateArgs()
Properties
View SourceCertificate
The certificate data.
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Format
The field allows only X509_CERTIFICATE_PEM.
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |