Authorization_PrivilegeChecks_Info

Authorization_PrivilegeChecks_Info
Authorization_PrivilegeChecks_Info

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

JSON Example
{
    "object": {
        "type": "string",
        "id": "string"
    },
    "principal": {
        "name": "string",
        "domain": "string"
    },
    "privilege": "string"
}
object
Required

The DynamicID structure represents an identifier for a resource of an arbitrary type.

principal
Optional

The PrivilegeChecks.Principal structure contains an identity management principal ID.

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.