Show / Hide Table of Contents

Class ProfileClientSslCertKeyChain

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

Fields

View Source

Cert

Specifies a cert name for use.

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

Chain

Contains a certificate chain that is relevant to the certificate and key mentioned earlier.This key is optional

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

Key

Contains a key name

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

Name

Specifies the name of the profile. (type string)

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

Passphrase

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