メインコンテンツへスキップ
PATCH
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ボディ

enabled
boolean
デフォルト:true

Whether or not breached password detection is active.

shields
enum<string>[]

Action to take when a breached password is detected during a login. Possible values: block, user_notification, admin_notification.

利用可能なオプション:
block,
user_notification,
admin_notification
admin_notification_frequency
enum<string>[]

When "admin_notification" is enabled, determines how often email notifications are sent. Possible values: immediately, daily, weekly, monthly.

利用可能なオプション:
immediately,
daily,
weekly,
monthly
method
enum<string>
デフォルト:standard

The subscription level for breached password detection methods. Use "enhanced" to enable Credential Guard. Possible values: standard, enhanced.

利用可能なオプション:
standard,
enhanced
stage
object

レスポンス

Breached password detection settings successfully updated.

enabled
boolean
デフォルト:true

Whether or not breached password detection is active.

shields
enum<string>[]

Action to take when a breached password is detected during a login. Possible values: block, user_notification, admin_notification.

利用可能なオプション:
block,
user_notification,
admin_notification
admin_notification_frequency
enum<string>[]

When "admin_notification" is enabled, determines how often email notifications are sent. Possible values: immediately, daily, weekly, monthly.

利用可能なオプション:
immediately,
daily,
weekly,
monthly
method
enum<string>
デフォルト:standard

The subscription level for breached password detection methods. Use "enhanced" to enable Credential Guard. Possible values: standard, enhanced.

利用可能なオプション:
standard,
enhanced
stage
object