@Generated public class ComplianceSecurityProfileAPI extends Object
This settings can NOT be disabled once it is enabled.
| Constructor and Description |
|---|
ComplianceSecurityProfileAPI(ApiClient apiClient)
Regular-use constructor
|
ComplianceSecurityProfileAPI(ComplianceSecurityProfileService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
ComplianceSecurityProfileSetting |
get(GetComplianceSecurityProfileSettingRequest request)
Get the compliance security profile setting.
|
ComplianceSecurityProfileService |
impl() |
ComplianceSecurityProfileSetting |
update(boolean allowMissing,
ComplianceSecurityProfileSetting setting,
String fieldMask) |
ComplianceSecurityProfileSetting |
update(UpdateComplianceSecurityProfileSettingRequest request)
Update the compliance security profile setting.
|
public ComplianceSecurityProfileAPI(ApiClient apiClient)
public ComplianceSecurityProfileAPI(ComplianceSecurityProfileService mock)
public ComplianceSecurityProfileSetting get(GetComplianceSecurityProfileSettingRequest request)
Gets the compliance security profile setting.
public ComplianceSecurityProfileSetting update(boolean allowMissing, ComplianceSecurityProfileSetting setting, String fieldMask)
public ComplianceSecurityProfileSetting update(UpdateComplianceSecurityProfileSettingRequest request)
Updates the compliance security profile setting for the workspace. A fresh etag needs to be provided in `PATCH` requests (as part of the setting field). The etag can be retrieved by making a `GET` request before the `PATCH` request. If the setting is updated concurrently, `PATCH` fails with 409 and the request must be retried by using the fresh etag in the 409 response.
public ComplianceSecurityProfileService impl()
Copyright © 2024. All rights reserved.