Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.07 KB

V1beta1CertificateSigningRequestSpec.md

File metadata and controls

15 lines (11 loc) · 1.07 KB

V1beta1CertificateSigningRequestSpec

Properties

Name Type Description Notes
extra dict(str, list[str]) Extra information about the requesting user. See user.Info interface for details. [optional]
groups list[str] Group information about the requesting user. See user.Info interface for details. [optional]
request str Base64-encoded PKCS#10 CSR data
uid str UID information about the requesting user. See user.Info interface for details. [optional]
usages list[str] allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3 https://tools.ietf.org/html/rfc5280#section-4.2.1.12 [optional]
username str Information about the requesting user. See user.Info interface for details. [optional]

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