Show / Hide Table of Contents

Class ServiceCertificateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceCertificateArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServiceCertificateArgs()

Declaration
public ServiceCertificateArgs()

Properties

View Source

CertificatePassword

The password for the certificate.

Declaration
public Input<string> CertificatePassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EncodedCertificate

The Base64 Encoded PFX Certificate.

Declaration
public Input<string> EncodedCertificate { get; set; }
Property Value
Type Description
Input<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 Input<string> StoreName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.