Access rules
Bearer authentication
The type of resource we want to filter by.
userPart of the subject id that we want to filter by.
some.userThe ids of the subjects to filter the response for.
[email protected]The maximum number of entries to return.
50The offset of the first item returned in the collection.
100Filter by last update time.
2021-12-14T16:04:15.099ZTrue to include deleted objects in the result.
falseExample: falseFilter using the Universally Unique Identifier (UUID) of the cluster.
d73a738f-fab3-430a-8fa3-5241493d7128The type of resource we want to filter by.
projectThe scope resource id that we want to filter by.
2The role id we want to filter by.
Sort results in descending or ascending order.
ascPossible values: Sort results by a parameter.
Filter results by a parameter. Use the format field-name operator value. Operators are == Equals, != Not equals, <= Less than or equal, >= Greater than or equal, =@ contains, !@ Does not contains, =^ Starts with and =$ Ends with. Dates are in ISO 8601 timestamp format and available for operators ==, !=, <= and >=.
["name!=some-access-rule-name","createdAt>=2023-01-01T00:00:00Z"]Filter results by a free text search.
test projectExecuted successfully.
Unauthorized
Forbidden
unexpected error
unexpected error
Bearer authentication
The unique identifier of the subject (e.g., user, group, or app).
[email protected]Subject type enum for access rules.
Note: The 'app' subject type is DEPRECATED. Please use 'service-account' instead for service accounts.
The subject assigned to the access rule. Valid values: user, group, app.
The numeric ID of the assigned role.
53142648The unique identifier of the scope.
a418ed33-9399-48c0-a890-122cadd13bfdThe type of scope the access rule applies to. Valid values: system, tenant, cluster, department, project.
The id of the cluster.
71f69d83-ba66-4822-adf5-55ce55efd210Created
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
Bearer authentication
The id of the access rule to retrieve
32Executed successfully.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
Bearer authentication
The id of the access rule to retrieve
32No Content.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
No content
Bearer authentication
True to include deleted objects in the result.
falseExample: falseFilter results by a parameter. Use the format field-name operator value. Operators are == Equals, != Not equals, <= Less than or equal, >= Greater than or equal, =@ contains, !@ Does not contains, =^ Starts with and =$ Ends with. Dates are in ISO 8601 timestamp format and available for operators ==, !=, <= and >=.
["name!=some-access-rule-name","createdAt>=2023-01-01T00:00:00Z"]Filter results by a free text search.
test projectExecuted successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
Bearer authentication
Deletes a batch of access rules in a single operation. It requires a list of rule IDs and an action flag explicitly set to "delete". It returns the result of the operation, including which items were successfully deleted and which failed.
List of ids to perform the action on.
Specifies the operation to perform. Must be set to "delete".
Request completed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
Bearer authentication
Request completed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
Last updated