Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.79 KB

ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole.md

File metadata and controls

32 lines (24 loc) · 1.79 KB

ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole

Properties

Name Type Description Notes
id str
name str
slug str
permissions object [optional]
description str [optional]

Example

from infisicalapi_client.models.api_v1_organization_organization_id_groups_get200_response_groups_inner_custom_role import ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole

# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole from a JSON string
api_v1_organization_organization_id_groups_get200_response_groups_inner_custom_role_instance = ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole.from_json(json)
# print the JSON string representation of the object
print ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole.to_json()

# convert the object into a dict
api_v1_organization_organization_id_groups_get200_response_groups_inner_custom_role_dict = api_v1_organization_organization_id_groups_get200_response_groups_inner_custom_role_instance.to_dict()
# create an instance of ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole from a dict
api_v1_organization_organization_id_groups_get200_response_groups_inner_custom_role_from_dict = ApiV1OrganizationOrganizationIdGroupsGet200ResponseGroupsInnerCustomRole.from_dict(api_v1_organization_organization_id_groups_get200_response_groups_inner_custom_role_dict)

[Back to Model list] [Back to API list] [Back to README]