Permission
PasswordPermissions object
- access_control_listarray of objectPublic Preview
Show child attributesHide child attributes
- all_permissionsarray of objectPublic Preview
All permissions.
Show child attributesHide child attributes
- inheritedbooleanPublic Preview
- inherited_from_objectarray of stringPublic Preview
- permission_levelstringPublic Preview
Permission level
- display_namestringPublic Preview
Display name of the user or service principal.
- group_namestringPublic Preview
name of the group
- service_principal_namestringPublic Preview
Name of the service principal.
- user_namestringPublic Preview
name of the user
- object_idstringPublic Preview
- object_typestringPublic Preview
Get Public Preview
GET
Gets the permissions of all passwords. Passwords can inherit permissions from their root object.
API scopes: scim
Response
Returns the PasswordPermissions object.
Update Public Preview
PUT
Sets permissions on an object, replacing existing permissions if they exist. Deletes all direct permissions if none are specified. Objects can inherit permissions from their root object.
API scopes: scim
Request body
- access_control_listarray of object
Show child attributesHide child attributes
- group_namestring
name of the group
- permission_levelstring
Permission level
- service_principal_namestring
application ID of a service principal
- user_namestring
name of the user
Response
Returns the PasswordPermissions object.
Get Permission Levels Public Preview
GET
Gets the permission levels that a user can have on an object.
API scopes: scim
Response
- permission_levelsarray of object
Specific permission levels
Show child attributesHide child attributes
- descriptionstring
- permission_levelstring
Permission level
Update Permissions Public Preview
PATCH
Updates the permissions on all passwords. Passwords can inherit permissions from their root object.
API scopes: scim
Request body
- access_control_listarray of object
Show child attributesHide child attributes
- group_namestring
name of the group
- permission_levelstring
Permission level
- service_principal_namestring
application ID of a service principal
- user_namestring
name of the user
Response
Returns the PasswordPermissions object.