Class: Google::Cloud::SecurityCenter::V1::OrgPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::OrgPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/org_policy.rb
Overview
Contains information about the org policies associated with the finding.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name of the org policy.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name of the org policy. Example: "organizations/{organization_id}/policies/{constraint_name}".
30 31 32 33 |
# File 'proto_docs/google/cloud/securitycenter/v1/org_policy.rb', line 30 class OrgPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |