UserManagedPolicy

Description

Specification for a managed policy attached to a user.

Properties

description

Description of the managed policy.

Type: string

managedPolicyId

ID of the managed policy.

Type: string

name

Name of the managed policy.

Type: string

projectId

Project under which the managed policy is attached to the user.

Type: string

Sample JSON

{
    "managedPolicyId": "full",
    "name": "Full Access",
    "description": ""
}

Last updated