Class: Google::Cloud::SecurityCenter::V1p1beta1::GetOrganizationSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::GetOrganizationSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Request message for getting organization settings.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the organization to get organization settings for. Its format is "organizations/[organization_id]/organizationSettings".
99 100 101 102 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 99 class GetOrganizationSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |