Class CertificateArgs
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.AliCloud.Cas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class CertificateArgs : ResourceArgs
Constructors
View SourceCertificateArgs()
Declaration
public CertificateArgs()
Properties
View SourceCert
Cert of the Certificate in which the Certificate will add.
Declaration
public Input<string> Cert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Key
Key of the Certificate in which the Certificate will add.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix .sh and .tel are not supported.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |