PolicyAssignmentUpdate Class

The policy assignment for Patch request.

Constructor

PolicyAssignmentUpdate(*args: Any, **kwargs: Any)

Variables

Name Description
properties

The policy assignment properties for Patch request.

location
str

The location of the policy assignment. Only required when utilizing managed identity.

identity

The managed identity associated with the policy assignment.

Attributes

identity

The managed identity associated with the policy assignment.

identity: _models.Identity | None

location

The location of the policy assignment. Only required when utilizing managed identity.

location: str | None

properties

The policy assignment properties for Patch request.

properties: _models.PolicyAssignmentUpdateProperties | None