Create service account, cluster role and cluster role binding

post/rbac/

Request body

tokenstring required

JSON Web token

Response

An object that represents

Emailstring required
ServiceAccountstring required

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 status

      response-required-property-added

    • removed the required property from the response with the status

      response-required-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog