Skip to main content
POST
Create inline role bindings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
roleBindings
InlineRoleBindingItemDto · object[]
required

List of inline role binding items. Each item produces one role binding.

Minimum array length: 1

Response

200 - application/json

List of created role bindings.

data
RoleBinding · object[]
required

List of created role bindings.