Name | Type | Description | Notes |
---|---|---|---|
type | str | ||
data | ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1Data |
from infisicalapi_client.models.api_v1_external_kms_post_request_provider_inputs_credential_any_of1 import ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1
# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1 from a JSON string
api_v1_external_kms_post_request_provider_inputs_credential_any_of1_instance = ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1.from_json(json)
# print the JSON string representation of the object
print ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1.to_json()
# convert the object into a dict
api_v1_external_kms_post_request_provider_inputs_credential_any_of1_dict = api_v1_external_kms_post_request_provider_inputs_credential_any_of1_instance.to_dict()
# create an instance of ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1 from a dict
api_v1_external_kms_post_request_provider_inputs_credential_any_of1_from_dict = ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1.from_dict(api_v1_external_kms_post_request_provider_inputs_credential_any_of1_dict)