Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.61 KB

ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1.md

File metadata and controls

29 lines (21 loc) · 1.61 KB

ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1

Properties

Name Type Description Notes
type str
data ApiV1ExternalKmsPostRequestProviderInputsCredentialAnyOf1Data

Example

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)

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