Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.18 KB

ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner.md

File metadata and controls

32 lines (24 loc) · 2.18 KB

ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner

Properties

Name Type Description Notes
role str 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

from infisicalapi_client.models.api_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner import ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPostRequestRolesInner

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

# convert the object into a dict
api_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 dict
api_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)

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