Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.7 KB

ApiV1DynamicSecretsNameLeasesGet200ResponseLeasesInner.md

File metadata and controls

36 lines (28 loc) · 1.7 KB

ApiV1DynamicSecretsNameLeasesGet200ResponseLeasesInner

Properties

Name Type Description Notes
id str
version float
external_entity_id str
expire_at datetime
status str [optional]
status_details str [optional]
dynamic_secret_id str
created_at datetime
updated_at datetime

Example

from infisicalapi_client.models.api_v1_dynamic_secrets_name_leases_get200_response_leases_inner import ApiV1DynamicSecretsNameLeasesGet200ResponseLeasesInner

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

# convert the object into a dict
api_v1_dynamic_secrets_name_leases_get200_response_leases_inner_dict = api_v1_dynamic_secrets_name_leases_get200_response_leases_inner_instance.to_dict()
# create an instance of ApiV1DynamicSecretsNameLeasesGet200ResponseLeasesInner from a dict
api_v1_dynamic_secrets_name_leases_get200_response_leases_inner_from_dict = ApiV1DynamicSecretsNameLeasesGet200ResponseLeasesInner.from_dict(api_v1_dynamic_secrets_name_leases_get200_response_leases_inner_dict)

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