Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 740 Bytes

SksKubeconfigRequest.md

File metadata and controls

13 lines (8 loc) · 740 Bytes

SksKubeconfigRequest

Properties

Name Type Description Notes
ttl Option<i64> Validity in seconds of the Kubeconfig user certificate (default: 30 days) [optional]
user Option<String> User name in the generated Kubeconfig. The certificate present in the Kubeconfig will also have this name set for the CN field. [optional]
groups Option<Vec> List of roles. The certificate present in the Kubeconfig will have these roles set in the Org field. [optional]

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