Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 989 Bytes

V1beta1CertificateSigningRequestSpec.md

File metadata and controls

15 lines (10 loc) · 989 Bytes

V1beta1CertificateSigningRequestSpec

Properties

Name Type Description Notes
extra Map<String, List<String>> Extra information about the requesting user. See user.Info interface for details. [optional]
groups List<String> Group information about the requesting user. See user.Info interface for details. [optional]
request byte[] Base64-encoded PKCS#10 CSR data
uid String UID information about the requesting user. See user.Info interface for details. [optional]
usages List<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]