Breached Protection settings
| Name | Type | Description | Notes |
|---|---|---|---|
| DelegatedWorkflowId | string | The `id` of the workflow that runs when a breached password is found during a sign-in attempt. | [optional] |
| ExpireAfterDays | int? | Specifies the number of days after a breached password is found during a sign-in attempt that the user's password should expire. Valid values: 0 through 10. If set to 0, it happens immediately. | [optional] |
| LogoutEnabled | bool? | (Optional, default is false) If true, you must also specify a value for `expireAfterDays`. When enabled, the user's session(s) are terminated immediately the first time the user's credentials are detected as part of a breach. | [optional] [default to false] |