azure.mgmt.authorization.v2019_08_01_preview.models module

class azure.mgmt.authorization.v2019_08_01_preview.models.ErrorAdditionalInfo(**kwargs: Any)[source]

Bases: azure.mgmt.authorization._serialization.Model

The resource management error additional info.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • type (str) – The additional info type.

  • info (JSON) – The additional info.

class azure.mgmt.authorization.v2019_08_01_preview.models.ErrorDetail(**kwargs: Any)[source]

Bases: azure.mgmt.authorization._serialization.Model

The error detail.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
class azure.mgmt.authorization.v2019_08_01_preview.models.ErrorResponse(*, error: Optional[_models.ErrorDetail] = None, **kwargs: Any)[source]

Bases: azure.mgmt.authorization._serialization.Model

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Variables

error (ErrorDetail) – The error object.

Keyword Arguments

error (ErrorDetail) – The error object.

class azure.mgmt.authorization.v2019_08_01_preview.models.RoleAssignmentMetricsResult(**kwargs: Any)[source]

Bases: azure.mgmt.authorization._serialization.Model

Role Assignment Metrics.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • subscription_id (str) – The subscription ID.

  • role_assignments_limit (int) – The role assignment limit.

  • role_assignments_current_count (int) – The number of current role assignments.

  • role_assignments_remaining_count (int) – The number of remaining role assignments available.