You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The role slug to assign to the newly created identity project membership.
is_temporary
bool
The role slug to assign to the newly created identity project membership.
temporary_mode
str
The role slug to assign to the newly created identity project membership.
temporary_range
str
The role slug to assign to the newly created identity project membership.
temporary_access_start_time
datetime
The role slug to assign to the newly created identity project membership.
Example
frominfisicalapi_client.models.api_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_innerimportApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner# TODO update the JSON string belowjson="{}"# create an instance of ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner from a JSON stringapi_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner_instance=ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner.from_json(json)
# print the JSON string representation of the objectprintApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner.to_json()
# convert the object into a dictapi_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner_dict=api_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner_instance.to_dict()
# create an instance of ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner from a dictapi_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner_from_dict=ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner.from_dict(api_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner_dict)