Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.96 KB

ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPost200ResponseIdentityMembership.md

File metadata and controls

32 lines (24 loc) · 1.96 KB

ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPost200ResponseIdentityMembership

Properties

Name Type Description Notes
id str
project_id str
identity_id str
created_at datetime
updated_at datetime

Example

from infisicalapi_client.models.api_v2_workspace_project_id_identity_memberships_identity_id_post200_response_identity_membership import ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPost200ResponseIdentityMembership

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

# convert the object into a dict
api_v2_workspace_project_id_identity_memberships_identity_id_post200_response_identity_membership_dict = api_v2_workspace_project_id_identity_memberships_identity_id_post200_response_identity_membership_instance.to_dict()
# create an instance of ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPost200ResponseIdentityMembership from a dict
api_v2_workspace_project_id_identity_memberships_identity_id_post200_response_identity_membership_from_dict = ApiV2WorkspaceProjectIdIdentityMembershipsIdentityIdPost200ResponseIdentityMembership.from_dict(api_v2_workspace_project_id_identity_memberships_identity_id_post200_response_identity_membership_dict)

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