You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new partial values for the configurated provider of the dynamic secret
[optional]
default_ttl
str
The default TTL that will be applied for all the leases.
[optional]
max_ttl
str
The maximum limit a TTL can be leases or renewed.
[optional]
new_name
str
The new name for the dynamic secret.
[optional]
Example
frominfisicalapi_client.models.api_v1_dynamic_secrets_name_patch_request_dataimportApiV1DynamicSecretsNamePatchRequestData# TODO update the JSON string belowjson="{}"# create an instance of ApiV1DynamicSecretsNamePatchRequestData from a JSON stringapi_v1_dynamic_secrets_name_patch_request_data_instance=ApiV1DynamicSecretsNamePatchRequestData.from_json(json)
# print the JSON string representation of the objectprintApiV1DynamicSecretsNamePatchRequestData.to_json()
# convert the object into a dictapi_v1_dynamic_secrets_name_patch_request_data_dict=api_v1_dynamic_secrets_name_patch_request_data_instance.to_dict()
# create an instance of ApiV1DynamicSecretsNamePatchRequestData from a dictapi_v1_dynamic_secrets_name_patch_request_data_from_dict=ApiV1DynamicSecretsNamePatchRequestData.from_dict(api_v1_dynamic_secrets_name_patch_request_data_dict)