RedisCacheAccessPolicyAssignment Class
Response to an operation on access policy assignment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.redis.models._models_py3.ProxyResourceRedisCacheAccessPolicyAssignment
Constructor
RedisCacheAccessPolicyAssignment(*, object_id: str | None = None, object_id_alias: str | None = None, access_policy_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
object_id
|
Object Id to assign access policy to. |
object_id_alias
|
User friendly name for object id. Also represents username for token based authentication. |
access_policy_name
|
The name of the access policy that is being assigned. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
provisioning_state
|
Provisioning state of an access policy assignment set. Known values are: "Updating", "Succeeded", "Deleting", "Deleted", "Canceled", and "Failed". |
object_id
|
Object Id to assign access policy to. |
object_id_alias
|
User friendly name for object id. Also represents username for token based authentication. |
access_policy_name
|
The name of the access policy that is being assigned. |
Azure SDK for Python