Comment on page
ManagedPolicy Object
Specification for a managed policy.
Indicates whether the managed policy can be attached to a user at the account-level.
Type:
bool
Indicates whether the managed policy can be attached to a user at the project-level.
Type:
bool
Description of the managed policy.
Type:
string
ID of the managed policy.
Type:
string
Name of the managed policy.
Type:
string
{
"managedPolicyId": "full",
"name": "Full Access",
"description": "",
"canApplyToAccount": true,
"canApplyToProject": false
}