AuthorizationPrivilegeChecksInfo

The PrivilegeChecks.Info structure contains detailed information about a privilege check.


Properties

object Required

Object for which the privilege was checked.


principal Optional

Principal for which the privilege was checked. Note that the username and domain specified are case-insensitive. If unset the privilege was checked for an unauthenticated session.


string
privilege Required

Privilege that was checked. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.authz.Privilege. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.authz.Privilege.

JSON Example

{
	"object": {
		"id": "string",
		"type": "string"
	},
	"privilege": "string"
}

Feedback

Was this page helpful?