AccessReviewInstanceMyDecisionsOperations Class
AccessReviewInstanceMyDecisionsOperations operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectAccessReviewInstanceMyDecisionsOperations
Constructor
AccessReviewInstanceMyDecisionsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| get_by_id |
Get my single access review instance decision. |
| list |
Get my access review instance decisions. |
| patch |
Record a decision. |
get_by_id
Get my single access review instance decision.
get_by_id(schedule_definition_id: str, id: str, decision_id: str, **kwargs: Any) -> _models.AccessReviewDecision
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AccessReviewDecision, or the result of cls(response)
Return type
Exceptions
list
Get my access review instance decisions.
list(schedule_definition_id: str, id: str, **kwargs: Any) -> Iterable[_models.AccessReviewDecisionListResult]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either AccessReviewDecisionListResult or the result of cls(response)
Return type
Exceptions
patch
Record a decision.
patch(schedule_definition_id: str, id: str, decision_id: str, properties: _models.AccessReviewDecisionProperties, **kwargs: Any) -> _models.AccessReviewDecision
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AccessReviewDecision, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.authorization.v2018_05_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\authorization\\v2018_05_01_preview\\models\\__init__.py'>
Feedback
Submit and view feedback for