Show / Hide Table of Contents

Class SecretBackendRoleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretBackendRoleArgs
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.Vault.Ssh
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendRoleArgs : ResourceArgs

Constructors

View Source

SecretBackendRoleArgs()

Declaration
public SecretBackendRoleArgs()

Properties

View Source

AllowBareDomains

Specifies if host certificates that are requested are allowed to use the base domains listed in allowed_domains.

Declaration
public Input<bool> AllowBareDomains { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AllowedCriticalOptions

Specifies a comma-separated list of critical options that certificates can have when signed.

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

AllowedDomains

The list of domains for which a client can request a host certificate.

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

AllowedExtensions

Specifies a comma-separated list of extensions that certificates can have when signed.

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

AllowedUserKeyLengths

Specifies a map of ssh key types and their expected sizes which are allowed to be signed by the CA type.

Declaration
public InputMap<object> AllowedUserKeyLengths { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

AllowedUsers

Specifies a comma-separated list of usernames that are to be allowed, only if certain usernames are to be allowed.

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

AllowHostCertificates

Specifies if certificates are allowed to be signed for use as a 'host'.

Declaration
public Input<bool> AllowHostCertificates { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AllowSubdomains

Specifies if host certificates that are requested are allowed to be subdomains of those listed in allowed_domains.

Declaration
public Input<bool> AllowSubdomains { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AllowUserCertificates

Specifies if certificates are allowed to be signed for use as a 'user'.

Declaration
public Input<bool> AllowUserCertificates { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AllowUserKeyIds

Specifies if users can override the key ID for a signed certificate with the key_id field.

Declaration
public Input<bool> AllowUserKeyIds { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Backend

The path where the SSH secret backend is mounted.

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

CidrList

The comma-separated string of CIDR blocks for which this role is applicable.

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

DefaultCriticalOptions

Specifies a map of critical options that certificates have when signed.

Declaration
public InputMap<object> DefaultCriticalOptions { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

DefaultExtensions

Specifies a map of extensions that certificates have when signed.

Declaration
public InputMap<object> DefaultExtensions { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

DefaultUser

Specifies the default username for which a credential will be generated.

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

KeyIdFormat

Specifies a custom format for the key id of a signed certificate.

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

KeyType

Specifies the type of credentials generated by this role. This can be either otp, dynamic or ca.

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

MaxTtl

Specifies the maximum Time To Live value.

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

Name

Specifies the name of the role to create.

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

Ttl

Specifies the Time To Live value.

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