Show / Hide Table of Contents

Class ServiceCertificate

Inheritance
System.Object
ServiceCertificate
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceCertificate

Fields

View Source

CertificatePassword

The password for the certificate.

Declaration
public readonly string CertificatePassword
Field Value
Type Description
System.String
View Source

EncodedCertificate

The Base64 Encoded PFX Certificate.

Declaration
public readonly string EncodedCertificate
Field Value
Type Description
System.String
View Source

StoreName

The name of the Certificate Store where this certificate should be stored. Possible values are CertificateAuthority and Root.

Declaration
public readonly string StoreName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.