@Generated public interface RestrictWorkspaceAdminsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
Modifier and Type | Method and Description |
---|---|
DeleteRestrictWorkspaceAdminsSettingResponse |
delete(DeleteRestrictWorkspaceAdminsSettingRequest deleteRestrictWorkspaceAdminsSettingRequest)
Delete the restrict workspace admins setting.
|
RestrictWorkspaceAdminsSetting |
get(GetRestrictWorkspaceAdminsSettingRequest getRestrictWorkspaceAdminsSettingRequest)
Get the restrict workspace admins setting.
|
RestrictWorkspaceAdminsSetting |
update(UpdateRestrictWorkspaceAdminsSettingRequest updateRestrictWorkspaceAdminsSettingRequest)
Update the restrict workspace admins setting.
|
DeleteRestrictWorkspaceAdminsSettingResponse delete(DeleteRestrictWorkspaceAdminsSettingRequest deleteRestrictWorkspaceAdminsSettingRequest)
Reverts the restrict workspace admins setting status for the workspace. A fresh etag needs to be provided in `DELETE` requests (as a query parameter). The etag can be retrieved by making a `GET` request before the DELETE request. If the setting is updated/deleted concurrently, `DELETE` fails with 409 and the request must be retried by using the fresh etag in the 409 response.
RestrictWorkspaceAdminsSetting get(GetRestrictWorkspaceAdminsSettingRequest getRestrictWorkspaceAdminsSettingRequest)
Gets the restrict workspace admins setting.
RestrictWorkspaceAdminsSetting update(UpdateRestrictWorkspaceAdminsSettingRequest updateRestrictWorkspaceAdminsSettingRequest)
Updates the restrict workspace admins 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.
Copyright © 2024. All rights reserved.