Skip to content

Latest commit

 

History

History
52 lines (48 loc) · 3.62 KB

File metadata and controls

52 lines (48 loc) · 3.62 KB

PKICertificateIssueDetails

Properties

Name Type Description Notes
acme_enabled bool [optional]
allow_any_name bool [optional]
allow_copy_ext_from_csr bool [optional]
allow_subdomains bool [optional]
allowed_domains_list list[str] [optional]
allowed_extra_extensions dict(str, list[str]) [optional]
allowed_ip_sans list[str] [optional]
allowed_uri_sans list[str] [optional]
auto_renew_certificate bool [optional]
basic_constraints_valid_for_non_ca bool [optional]
certificate_authority_mode str [optional]
client_flag bool [optional]
code_signing_flag bool [optional]
country list[str] [optional]
create_private_crl bool [optional]
create_private_ocsp bool CreatePrivateOcsp enables exposing an OCSP endpoint on the Gateway and embedding its URL in the AIA extension of issued certificates. [optional]
create_public_crl bool [optional]
create_public_ocsp bool CreatePublicOcsp enables exposing a public OCSP endpoint on the Gateway and embedding its URL in the AIA extension of issued certificates. [optional]
destination_path str DestinationPath is the destination to save generated certificates [optional]
disable_wildcards bool [optional]
enforce_hostnames bool [optional]
expiration_events 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]
gw_cluster_id int [optional]
gw_cluster_url str GWClusterURL is required when CAMode is "public" 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]
is_ca bool [optional]
key_bits int [optional]
key_type str [optional]
key_usage_list list[str] [optional]
locality list[str] [optional]
max_path_len int [optional]
non_critical_key_usage bool [optional]
not_before_duration int 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]
ocsp_next_update int OcspNextUpdate defines the desired NextUpdate window for OCSP responses. Value is in seconds; 0 means not set. Minimum enforced is 10 minutes. [optional]
organization_list list[str] [optional]
organization_unit_list list[str] [optional]
pki_issuer_type str [optional]
postal_code list[str] [optional]
protect_generated_certificates bool ProtectGeneratedCertificates dictates whether the created certificates should be protected from deletion [optional]
province list[str] [optional]
renew_before_expiration_in_days int [optional]
require_cn bool [optional]
server_flag bool [optional]
street_address list[str] [optional]

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