AuthorizationPrivilegeChecksListRequestBody

This is a request body class for an operation.


Properties

filter Optional

Contains optional settings by which the privilege checks should be filtered. if unset, recorded privilege checks matching the iteration spec are returned.

JSON Example

{
	"filter": {
		"objects": [
			{
				"id": "string",
				"type": "string"
			}
		],
		"op_ids": [
			"string"
		],
		"principals": [
			{
				"domain": "string",
				"name": "string"
			}
		],
		"privileges": [
			"string"
		],
		"sessions": [
			"string"
		]
	}
}
Parameter To

List Privilege Checks

Feedback

Was this page helpful?