Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.46 KB

ApiV2WorkspaceWorkspaceIdEncryptedKeyGet200ResponseSender.md

File metadata and controls

28 lines (20 loc) · 1.46 KB

ApiV2WorkspaceWorkspaceIdEncryptedKeyGet200ResponseSender

Properties

Name Type Description Notes
public_key str

Example

from infisicalapi_client.models.api_v2_workspace_workspace_id_encrypted_key_get200_response_sender import ApiV2WorkspaceWorkspaceIdEncryptedKeyGet200ResponseSender

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

# convert the object into a dict
api_v2_workspace_workspace_id_encrypted_key_get200_response_sender_dict = api_v2_workspace_workspace_id_encrypted_key_get200_response_sender_instance.to_dict()
# create an instance of ApiV2WorkspaceWorkspaceIdEncryptedKeyGet200ResponseSender from a dict
api_v2_workspace_workspace_id_encrypted_key_get200_response_sender_from_dict = ApiV2WorkspaceWorkspaceIdEncryptedKeyGet200ResponseSender.from_dict(api_v2_workspace_workspace_id_encrypted_key_get200_response_sender_dict)

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