Create service account, cluster role and cluster role binding
post/rbac/
Request body
Response
An object that represents
Example response
{
"Email": "janedoe@example.com",
"FederatedClaims": {
"connector_id": "ldap",
"user_id": "cn=jane,ou=People,dc=example,dc=org"
},
"Groups": [
"admins",
"developers"
],
"ServiceAccount": "janedoe-example-com"
}Changes
Changed in 2 of the 3 revisions of this API.11
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲