Show / Hide Table of Contents

Class ProfileClientSslCertKeyChainArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProfileClientSslCertKeyChainArgs
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.F5BigIP.Ltm.Inputs
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileClientSslCertKeyChainArgs : ResourceArgs

Constructors

View Source

ProfileClientSslCertKeyChainArgs()

Declaration
public ProfileClientSslCertKeyChainArgs()

Properties

View Source

Cert

Specifies a cert name for use.

Declaration
public Input<string> Cert { get; set; }
Property Value
Type Description
Input<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 Input<string> Chain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Key

Contains a key name

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

Name

Specifies the name of the profile. (type string)

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

Passphrase

Declaration
public Input<string> Passphrase { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.