AccessReviewDefaultSettingsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
AuthorizationManagementClient's
<xref:access_review_default_settings> attribute.
- Inheritance
-
builtins.objectAccessReviewDefaultSettingsOperations
Constructor
AccessReviewDefaultSettingsOperations(*args, **kwargs)
Methods
get |
Get access review default settings for the subscription. |
put |
Get access review default settings for the subscription. |
get
Get access review default settings for the subscription.
get(**kwargs: Any) -> AccessReviewDefaultSettings
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
AccessReviewDefaultSettings or the result of cls(response) |
Exceptions
Type | Description |
---|---|
put
Get access review default settings for the subscription.
put(properties: _models.AccessReviewScheduleSettings, *, content_type: str = 'application/json', **kwargs: Any) -> _models.AccessReviewDefaultSettings
Parameters
Name | Description |
---|---|
properties
Required
|
Access review schedule settings. Is either a AccessReviewScheduleSettings type or a IO type. Required. |
Keyword-Only Parameters
Name | Description |
---|---|
content_type
|
Body Parameter content-type. Known values are: 'application/json'. Default value is None. |
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
AccessReviewDefaultSettings or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.authorization.v2021_07_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\authorization\\v2021_07_01_preview\\models\\__init__.py'>
Azure SDK for Python