azure.mgmt.authorization.v2021_01_01_preview.models module¶
Bases:
azure.mgmt.authorization._serialization.ModelError description and code explaining why an operation failed.
- Variables
error (ErrorDefinitionProperties) – Error of the list gateway status.
- Keyword Arguments
error (ErrorDefinitionProperties) – Error of the list gateway status.
Bases:
azure.mgmt.authorization._serialization.ModelError description and code explaining why an operation failed.
Variables are only populated by the server, and will be ignored when sending a request.
Bases:
azure.mgmt.authorization._serialization.ModelThe definition of a Microsoft.Authorization operation.
- Variables
name (str) – Name of the operation.
is_data_action (bool) – Indicates whether the operation is a data action.
display (OperationDisplay) – Display of the operation.
origin (str) – Origin of the operation. Values include user|system|user,system.
- Keyword Arguments
name (str) – Name of the operation.
is_data_action (bool) – Indicates whether the operation is a data action.
display (OperationDisplay) – Display of the operation.
origin (str) – Origin of the operation. Values include user|system|user,system.
Bases:
azure.mgmt.authorization._serialization.ModelThe display information for a Microsoft.Authorization operation.
Variables are only populated by the server, and will be ignored when sending a request.
Bases:
azure.mgmt.authorization._serialization.ModelThe result of a request to list Microsoft.Authorization operations.
Bases:
azure.mgmt.authorization._serialization.ModelRole Assignment Approval.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables
- Keyword Arguments
stages (list[RoleAssignmentApprovalStep]) – This is the collection of stages returned when one does an expand on it.
Bases:
azure.mgmt.authorization._serialization.ModelList of role assignment approvals.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables
value (list[RoleAssignmentApproval]) – Role Assignment Approval list.
next_link (str) – The URL to use for getting the next set of results.
- Keyword Arguments
value (list[RoleAssignmentApproval]) – Role Assignment Approval list.
Bases:
azure.mgmt.authorization._serialization.ModelRole assignment approval stage properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables
name (str) – The role assignment approval stage name.
display_name (str) – The display name for the approval stage.
status (str or RoleAssignmentApprovalStepStatus) – This read-only field specifies the status of an approval. Known values are: “NotStarted”, “InProgress”, “Completed”, “Expired”, “Initializing”, “Escalating”, “Completing”, and “Escalated”.
assigned_to_me (bool) – Indicates whether the stage is assigned to me for review.
reviewed_date_time (datetime) – Date Time when a decision was taken.
review_result (str or RoleAssignmentApprovalStepReviewResult) – The decision on the approval stage. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny. Known values are: “Approve”, “Deny”, and “NotReviewed”.
justification (str) – Justification provided by approvers for their action.
principal_id (str) – The identity id.
principal_type (str or RoleAssignmentApprovalActorIdentityType) – The identity type : user/servicePrincipal. Known values are: “user” and “servicePrincipal”.
principal_name (str) – The identity display name.
user_principal_name (str) – The user principal name(if valid).
- Keyword Arguments
display_name (str) – The display name for the approval stage.
review_result (str or RoleAssignmentApprovalStepReviewResult) – The decision on the approval stage. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny. Known values are: “Approve”, “Deny”, and “NotReviewed”.
justification (str) – Justification provided by approvers for their action.
Bases:
azure.mgmt.authorization._serialization.ModelList of role assignment approval stage list.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables
value (list[RoleAssignmentApprovalStep]) – Role Assignment Approval Step list.
next_link (str) – The URL to use for getting the next set of results.
- Keyword Arguments
value (list[RoleAssignmentApprovalStep]) – Role Assignment Approval Step list.
Bases:
azure.mgmt.authorization._serialization.ModelApproval Step.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables
display_name (str) – The display name for the approval stage.
status (str or RoleAssignmentApprovalStepStatus) – This read-only field specifies the status of an approval. Known values are: “NotStarted”, “InProgress”, “Completed”, “Expired”, “Initializing”, “Escalating”, “Completing”, and “Escalated”.
assigned_to_me (bool) – Indicates whether the stage is assigned to me for review.
reviewed_date_time (datetime) – Date Time when a decision was taken.
review_result (str or RoleAssignmentApprovalStepReviewResult) – The decision on the approval stage. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny. Known values are: “Approve”, “Deny”, and “NotReviewed”.
justification (str) – Justification provided by approvers for their action.
principal_id (str) – The identity id.
principal_type (str or RoleAssignmentApprovalActorIdentityType) – The identity type : user/servicePrincipal. Known values are: “user” and “servicePrincipal”.
principal_name (str) – The identity display name.
user_principal_name (str) – The user principal name(if valid).
- Keyword Arguments
display_name (str) – The display name for the approval stage.
review_result (str or RoleAssignmentApprovalStepReviewResult) – The decision on the approval stage. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny. Known values are: “Approve”, “Deny”, and “NotReviewed”.
justification (str) – Justification provided by approvers for their action.
-
The decision on the approval stage. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny.