AuthenticationPolicyUpdateParameters Class
Parameters supplied to update an authentication policy.
Constructor
AuthenticationPolicyUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
Resource tags. |
|
identity
|
The user-assigned identity used by a user sign-in policy to access its Key Vault client secret. |
Attributes
identity
The user-assigned identity used by a user sign-in policy to access its Key Vault client secret.
identity: _models.ManagedServiceIdentity | None
tags
Resource tags.
tags: dict[str, str] | None