Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class UpdateOrganizationSettingsRequest.
Request message for updating an organization's settings.
Generated from protobuf message google.cloud.securitycenter.v1.UpdateOrganizationSettingsRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ organization_settings |
OrganizationSettings
Required. The organization settings resource to update. |
↳ update_mask |
Google\Protobuf\FieldMask
The FieldMask to use when updating the settings resource. If empty all mutable fields will be updated. |
getOrganizationSettings
Required. The organization settings resource to update.
| Returns | |
|---|---|
| Type | Description |
OrganizationSettings|null |
|
hasOrganizationSettings
clearOrganizationSettings
setOrganizationSettings
Required. The organization settings resource to update.
| Parameter | |
|---|---|
| Name | Description |
var |
OrganizationSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
The FieldMask to use when updating the settings resource.
If empty all mutable fields will be updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
The FieldMask to use when updating the settings resource.
If empty all mutable fields will be updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
organizationSettings |
OrganizationSettings
Required. The organization settings resource to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateOrganizationSettingsRequest |
|