Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.3 KB

ApiV1WorkspaceWorkspaceIdKmsPatchRequestKms.md

File metadata and controls

29 lines (21 loc) · 1.3 KB

ApiV1WorkspaceWorkspaceIdKmsPatchRequestKms

Properties

Name Type Description Notes
type str
kms_id str

Example

from infisicalapi_client.models.api_v1_workspace_workspace_id_kms_patch_request_kms import ApiV1WorkspaceWorkspaceIdKmsPatchRequestKms

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

# convert the object into a dict
api_v1_workspace_workspace_id_kms_patch_request_kms_dict = api_v1_workspace_workspace_id_kms_patch_request_kms_instance.to_dict()
# create an instance of ApiV1WorkspaceWorkspaceIdKmsPatchRequestKms from a dict
api_v1_workspace_workspace_id_kms_patch_request_kms_from_dict = ApiV1WorkspaceWorkspaceIdKmsPatchRequestKms.from_dict(api_v1_workspace_workspace_id_kms_patch_request_kms_dict)

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