Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.09 KB

V1beta1CertificateSigningRequestSpec.md

File metadata and controls

15 lines (11 loc) · 1.09 KB

V1beta1CertificateSigningRequestSpec

Properties

Name Type Description Notes
Extra map[string][]string Extra information about the requesting user. See user.Info interface for details. [optional]
Groups []string Group information about the requesting user. See user.Info interface for details. [optional]
Request string Base64-encoded PKCS#10 CSR data
Uid string UID information about the requesting user. See user.Info interface for details. [optional]
Usages []string 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 string Information about the requesting user. See user.Info interface for details. [optional]

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