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.object
AccessReviewDefaultSettingsOperations

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.

async 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.

async 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
str

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.v2018_05_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\authorization\\v2018_05_01_preview\\models\\__init__.py'>