Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.71 KB

ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret.md

File metadata and controls

30 lines (22 loc) · 1.71 KB

ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret

Properties

Name Type Description Notes
secret_key str
id str
version float

Example

from infisicalapi_client.models.api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret import ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret

# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret from a JSON string
api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_instance = ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret.from_json(json)
# print the JSON string representation of the object
print ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret.to_json()

# convert the object into a dict
api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_dict = api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_instance.to_dict()
# create an instance of ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret from a dict
api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_from_dict = ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret.from_dict(api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_dict)

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