docs/classes/management.SDK.SettingsClient-1.html
get newDevice(): NewDeviceClient
new SettingsClient(options: BaseClientOptions): SettingsClient
get(
requestOptions?: SettingsClient.RequestOptions,
): HttpResponsePromise<GetRiskAssessmentsSettingsResponseContent>
Gets the tenant settings for risk assessments
OptionalrequestOptions: SettingsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.riskAssessments.settings.get()Copy
update(
request: UpdateRiskAssessmentsSettingsRequestContent,
requestOptions?: SettingsClient.RequestOptions,
): HttpResponsePromise<UpdateRiskAssessmentsSettingsResponseContent>
Updates the tenant settings for risk assessments
OptionalrequestOptions: SettingsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.riskAssessments.settings.update({ enabled: true })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Protected_newDevice_newDevice: NewDeviceClient | undefined
Member Visibility
ThemeOSLightDark
Accessors newDevice Constructors constructor Methods getupdate Properties _options_newDevice