Name
|
Type
|
Description
|
globalPolicies | PoliciesSettings |
Global policies object. Describes default policies for all resources,
users, or groups if no overrides are specified.
|
resource | EntityId |
Entity Id of a resource which may have some set of overrides applied
to it. If the resourceId is specified, resourcePolicies may be
populated with overrides specific to that resource. Note that it is
possible for a resource to have no overrides, but a user or group for
that resource may have overrides.
- This property need not be set.
|
resourcePolicies | PoliciesSettings |
Resource policies object. Describes default policies for all users or
groups in this resource if no user or group overrides are specified.
- This property need not be set.
|
userOrGroup | UserOrGroupId |
User or group which may have some set of overrides applied to it. If
the userId is specified, the resourceId must be specified as well. Note
that is is possible for a resource to have no overrides, but a user or
group for that resource may have overrides.
- This property need not be set.
|
userPolicies | PoliciesSettings |
User policies object. Describes policies for the given user or group
Id.
- This property need not be set.
|
effectivePolicies | PoliciesSettings |
Effective policies object. The result of applying any resource or user
overrides (if present) to the global policies. Will always be set.
|