Class UpdateOrganizationSettingsRequest (1.11.0)

UpdateOrganizationSettingsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for updating an organization's settings.

Attributes

NameDescription
organization_settings google.cloud.securitycenter_v1p1beta1.types.OrganizationSettings
Required. The organization settings resource to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
The FieldMask to use when updating the settings resource. If empty all mutable fields will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateOrganizationSettingsRequest