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 slug of the environment of the dynamic secret in.
is_forced
bool
A boolean flag to delete the the dynamic secret from infisical without trying to remove it from external provider. Used when the dynamic secret got modified externally.
[optional] [default to False]
Example
frominfisicalapi_client.models.api_v1_dynamic_secrets_leases_lease_id_delete_requestimportApiV1DynamicSecretsLeasesLeaseIdDeleteRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiV1DynamicSecretsLeasesLeaseIdDeleteRequest from a JSON stringapi_v1_dynamic_secrets_leases_lease_id_delete_request_instance=ApiV1DynamicSecretsLeasesLeaseIdDeleteRequest.from_json(json)
# print the JSON string representation of the objectprintApiV1DynamicSecretsLeasesLeaseIdDeleteRequest.to_json()
# convert the object into a dictapi_v1_dynamic_secrets_leases_lease_id_delete_request_dict=api_v1_dynamic_secrets_leases_lease_id_delete_request_instance.to_dict()
# create an instance of ApiV1DynamicSecretsLeasesLeaseIdDeleteRequest from a dictapi_v1_dynamic_secrets_leases_lease_id_delete_request_from_dict=ApiV1DynamicSecretsLeasesLeaseIdDeleteRequest.from_dict(api_v1_dynamic_secrets_leases_lease_id_delete_request_dict)