AuthenticationPolicy Class
Authentication policy resource for identity integration.
Constructor
AuthenticationPolicy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
location
|
Resource location. |
|
tags
|
Resource tags. |
|
properties
|
Properties of the authentication policy. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
identity
|
The user-assigned identity used by a user sign-in policy to access its Key Vault client secret. |
|
system_data
|
The system metadata related to this resource. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
identity
The user-assigned identity used by a user sign-in policy to access its Key Vault client secret.
identity: _models.ManagedServiceIdentity | None
properties
Properties of the authentication policy.
properties: _models.AuthenticationPolicyPropertiesFormat | None
system_data
The system metadata related to this resource.
system_data: _models.SystemData | None