Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 2.96 KB

PKICertificateIssueDetails.md

File metadata and controls

45 lines (41 loc) · 2.96 KB

akeyless.Model.PKICertificateIssueDetails

Properties

Name Type Description Notes
AcmeEnabled bool [optional]
AllowAnyName bool [optional]
AllowCopyExtFromCsr bool [optional]
AllowSubdomains bool [optional]
AllowedDomainsList List<string> [optional]
AllowedExtraExtensions Dictionary<string, List<string>> [optional]
AllowedUriSans List<string> [optional]
AutoRenewCertificate bool [optional]
BasicConstraintsValidForNonCa bool [optional]
CertificateAuthorityMode string [optional]
ClientFlag bool [optional]
CodeSigningFlag bool [optional]
Country List<string> [optional]
CreatePrivateCrl bool [optional]
CreatePublicCrl bool [optional]
DestinationPath string DestinationPath is the destination to save generated certificates [optional]
EnforceHostnames bool [optional]
ExpirationEvents List<CertificateExpirationEvent> ExpirationNotification holds a list of expiration notices that should be sent in case a certificate is about to expire, this value is being propagated to the Certificate resources that are created [optional]
GwClusterId long [optional]
GwClusterUrl string GWClusterURL is required when CAMode is &quot;public&quot; and it defines the cluster URL the PKI should be issued from. The GW cluster must have permissions to read associated target's details [optional]
IsCa bool [optional]
KeyBits long [optional]
KeyType string [optional]
KeyUsageList List<string> [optional]
Locality List<string> [optional]
NonCriticalKeyUsage bool [optional]
NotBeforeDuration long A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. [optional]
OrganizationList List<string> [optional]
OrganizationUnitList List<string> [optional]
PostalCode List<string> [optional]
ProtectGeneratedCertificates bool ProtectGeneratedCertificates dictates whether the created certificates should be protected from deletion [optional]
Province List<string> [optional]
RenewBeforeExpirationInDays long [optional]
RequireCn bool [optional]
ServerFlag bool [optional]
StreetAddress List<string> [optional]

[Back to Model list] [Back to API list] [Back to README]