Class ProfileClientSslCertKeyChainArgs
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.Inputs
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileClientSslCertKeyChainArgs : ResourceArgs
Constructors
View SourceProfileClientSslCertKeyChainArgs()
Declaration
public ProfileClientSslCertKeyChainArgs()
Properties
View SourceCert
Specifies a cert name for use.
Declaration
public Input<string> Cert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Key
Contains a key name
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the profile. (type string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Passphrase
Declaration
public Input<string> Passphrase { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |