Show / Hide Table of Contents

Class ServiceCertificateGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceCertificateGetArgs
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 ServiceCertificateGetArgs : ResourceArgs

Constructors

View Source

ServiceCertificateGetArgs()

Declaration
public ServiceCertificateGetArgs()

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.