Class: Google::Cloud::SecurityCenter::V1::SecurityPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb

Overview

Information about the Google Cloud Armor security policy relevant to the finding.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the Google Cloud Armor security policy, for example, "my-security-policy".

Returns:

  • (::String)

    The name of the Google Cloud Armor security policy, for example, "my-security-policy".



72
73
74
75
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 72

class SecurityPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#preview::Boolean

Returns Whether or not the associated rule or policy is in preview mode.

Returns:

  • (::Boolean)

    Whether or not the associated rule or policy is in preview mode.



72
73
74
75
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 72

class SecurityPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

Returns The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'.

Returns:

  • (::String)

    The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'.



72
73
74
75
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 72

class SecurityPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end