id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-access-item-role-response |
AccessItemRoleResponse |
AccessItemRoleResponse |
AccessItemRoleResponse |
pythonsdk |
| python |
| Python |
| sdk |
| AccessItemRoleResponse |
| BetaAccessItemRoleResponse |
|
/tools/sdk/python/beta/models/access-item-role-response |
| SDK |
| Software Development Kit |
| AccessItemRoleResponse |
| BetaAccessItemRoleResponse |
|
AccessItemRoleResponse
Properties
| Name |
Type |
Description |
Notes |
| access_type |
str |
the access item type. role in this case |
[optional] |
| id |
str |
the access item id |
[optional] |
| display_name |
str |
the role display name |
[optional] |
| description |
str |
the description for the role |
[optional] |
| source_name |
str |
the associated source name if it exists |
[optional] |
| remove_date |
str |
the date the role is no longer assigned to the specified identity |
[optional] |
| revocable |
bool |
indicates whether the role is revocable |
[required] |
| } |
|
|
|
Example
[Back to top]