Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.47 KB

ApiV1ExternalKmsPost200ResponseExternalKmsExternal.md

File metadata and controls

31 lines (23 loc) · 1.47 KB

ApiV1ExternalKmsPost200ResponseExternalKmsExternal

Properties

Name Type Description Notes
id str
status str [optional]
status_details str [optional]
provider str

Example

from infisicalapi_client.models.api_v1_external_kms_post200_response_external_kms_external import ApiV1ExternalKmsPost200ResponseExternalKmsExternal

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

# convert the object into a dict
api_v1_external_kms_post200_response_external_kms_external_dict = api_v1_external_kms_post200_response_external_kms_external_instance.to_dict()
# create an instance of ApiV1ExternalKmsPost200ResponseExternalKmsExternal from a dict
api_v1_external_kms_post200_response_external_kms_external_from_dict = ApiV1ExternalKmsPost200ResponseExternalKmsExternal.from_dict(api_v1_external_kms_post200_response_external_kms_external_dict)

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