Compartilhar via


ScopeAccessReviewDefaultSettingsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

AuthorizationManagementClient's

<xref:scope_access_review_default_settings> attribute.

Inheritance
builtins.object
ScopeAccessReviewDefaultSettingsOperations

Constructor

ScopeAccessReviewDefaultSettingsOperations(*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(scope: str, **kwargs: Any) -> AccessReviewDefaultSettings

Parameters

Name Description
scope
Required
str

The scope of the resource. Required.

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(scope: str, properties: _models.AccessReviewScheduleSettings, *, content_type: str = 'application/json', **kwargs: Any) -> _models.AccessReviewDefaultSettings

Parameters

Name Description
scope
Required
str

The scope of the resource. Required.

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