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.ProxyResource
RedisCacheAccessPolicyAssignment

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
str

Object Id to assign access policy to.

object_id_alias
str

User friendly name for object id. Also represents username for token based authentication.

access_policy_name
str

The name of the access policy that is being assigned.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long

name
str

The name of the resource.

type
str

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
str

Object Id to assign access policy to.

object_id_alias
str

User friendly name for object id. Also represents username for token based authentication.

access_policy_name
str

The name of the access policy that is being assigned.