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
When true, secrets from the source will be automatically sent to the destination. If approval policies exist at the destination, the secrets will be sent as approval requests instead of being applied immediately.
[optional] [default to False]
Example
frominfisicalapi_client.models.api_v1_secret_imports_post_requestimportApiV1SecretImportsPostRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiV1SecretImportsPostRequest from a JSON stringapi_v1_secret_imports_post_request_instance=ApiV1SecretImportsPostRequest.from_json(json)
# print the JSON string representation of the objectprintApiV1SecretImportsPostRequest.to_json()
# convert the object into a dictapi_v1_secret_imports_post_request_dict=api_v1_secret_imports_post_request_instance.to_dict()
# create an instance of ApiV1SecretImportsPostRequest from a dictapi_v1_secret_imports_post_request_from_dict=ApiV1SecretImportsPostRequest.from_dict(api_v1_secret_imports_post_request_dict)