Class ServiceCertificateArgs
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.ApiManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceCertificateArgs : ResourceArgs
Constructors
View SourceServiceCertificateArgs()
Declaration
public ServiceCertificateArgs()
Properties
View SourceCertificatePassword
The password for the certificate.
Declaration
public Input<string> CertificatePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EncodedCertificate
The Base64 Encoded PFX Certificate.
Declaration
public Input<string> EncodedCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StoreName
The name of the Certificate Store where this certificate should be stored. Possible values are CertificateAuthority and Root.
Declaration
public Input<string> StoreName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |