Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.59 KB

ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf.md

File metadata and controls

29 lines (21 loc) · 1.59 KB

ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf

Properties

Name Type Description Notes
type str
data ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOfData

Example

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)

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