Name | Type | Description | Notes |
---|---|---|---|
kms_keys | List[ApiV1IntegrationAuthIntegrationAuthIdAwsSecretsManagerKmsKeysGet200ResponseKmsKeysInner] |
from infisicalapi_client.models.api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response import ApiV1IntegrationAuthIntegrationAuthIdAwsSecretsManagerKmsKeysGet200Response
# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1IntegrationAuthIntegrationAuthIdAwsSecretsManagerKmsKeysGet200Response from a JSON string
api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response_instance = ApiV1IntegrationAuthIntegrationAuthIdAwsSecretsManagerKmsKeysGet200Response.from_json(json)
# print the JSON string representation of the object
print ApiV1IntegrationAuthIntegrationAuthIdAwsSecretsManagerKmsKeysGet200Response.to_json()
# convert the object into a dict
api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response_dict = api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response_instance.to_dict()
# create an instance of ApiV1IntegrationAuthIntegrationAuthIdAwsSecretsManagerKmsKeysGet200Response from a dict
api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response_from_dict = ApiV1IntegrationAuthIntegrationAuthIdAwsSecretsManagerKmsKeysGet200Response.from_dict(api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response_dict)