azure.mgmt.authorization.v2015_06_01.models module

class azure.mgmt.authorization.v2015_06_01.models.ClassicAdministrator(*, id: Optional[str] = None, name: Optional[str] = None, type: Optional[str] = None, email_address: Optional[str] = None, role: Optional[str] = None, **kwargs: Any)[source]

Bases: azure.mgmt.authorization._serialization.Model

Classic Administrators.

Variables
  • id (str) – The ID of the administrator.

  • name (str) – The name of the administrator.

  • type (str) – The type of the administrator.

  • email_address (str) – The email address of the administrator.

  • role (str) – The role of the administrator.

Keyword Arguments
  • id (str) – The ID of the administrator.

  • name (str) – The name of the administrator.

  • type (str) – The type of the administrator.

  • email_address (str) – The email address of the administrator.

  • role (str) – The role of the administrator.

class azure.mgmt.authorization.v2015_06_01.models.ClassicAdministratorListResult(*, value: Optional[List[_models.ClassicAdministrator]] = None, next_link: Optional[str] = None, **kwargs: Any)[source]

Bases: azure.mgmt.authorization._serialization.Model

ClassicAdministrator list result information.

Variables
  • value (list[ClassicAdministrator]) – An array of administrators.

  • next_link (str) – The URL to use for getting the next set of results.

Keyword Arguments
  • value (list[ClassicAdministrator]) – An array of administrators.

  • next_link (str) – The URL to use for getting the next set of results.

class azure.mgmt.authorization.v2015_06_01.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.v2015_06_01.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.v2015_06_01.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.