16 lines
1.1 KiB
Markdown
16 lines
1.1 KiB
Markdown
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|