Class VaultPKIRoleOptionsData
- java.lang.Object
-
- io.quarkus.vault.runtime.client.dto.pki.VaultPKIRoleOptionsData
-
public class VaultPKIRoleOptionsData extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VaultPKIRoleOptionsData()
-
-
-
Field Detail
-
timeToLive
public String timeToLive
-
maxTimeToLive
public String maxTimeToLive
-
allowLocalhost
public Boolean allowLocalhost
-
allowTemplatesInAllowedDomains
public Boolean allowTemplatesInAllowedDomains
-
allowBareDomains
public Boolean allowBareDomains
-
allowSubdomains
public Boolean allowSubdomains
-
allowGlobsInAllowedDomains
public Boolean allowGlobsInAllowedDomains
-
allowAnyName
public Boolean allowAnyName
-
enforceHostnames
public Boolean enforceHostnames
-
allowIpSubjectAlternativeNames
public Boolean allowIpSubjectAlternativeNames
-
serverFlag
public Boolean serverFlag
-
clientFlag
public Boolean clientFlag
-
codeSigningFlag
public Boolean codeSigningFlag
-
emailProtectionFlag
public Boolean emailProtectionFlag
-
keyType
public String keyType
-
keyBits
public Integer keyBits
-
useCSRCommonName
public Boolean useCSRCommonName
-
useCSRSubjectAlternativeNames
public Boolean useCSRSubjectAlternativeNames
-
generateLease
public Boolean generateLease
-
noStore
public Boolean noStore
-
requireCommonName
public Boolean requireCommonName
-
basicConstraintsValidForNonCA
public Boolean basicConstraintsValidForNonCA
-
notBeforeDuration
public String notBeforeDuration
-
-