Name | Type | Description | Notes |
---|---|---|---|
type | str | ||
data | ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOfData |
from infisicalapi_client.models.api_v1_external_kms_post_request_provider_inputs_credential_any_of import ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf
# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf from a JSON string
api_v1_external_kms_post_request_provider_inputs_credential_any_of_instance = ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf.from_json(json)
# print the JSON string representation of the object
print ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf.to_json()
# convert the object into a dict
api_v1_external_kms_post_request_provider_inputs_credential_any_of_dict = api_v1_external_kms_post_request_provider_inputs_credential_any_of_instance.to_dict()
# create an instance of ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf from a dict
api_v1_external_kms_post_request_provider_inputs_credential_any_of_from_dict = ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf.from_dict(api_v1_external_kms_post_request_provider_inputs_credential_any_of_dict)