Class: Google::Cloud::Ces::V1::SecuritySettings
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::SecuritySettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/security_settings.rb
Overview
Project/Location level security settings for CES.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#endpoint_control_policy ⇒ ::Google::Cloud::Ces::V1::EndpointControlPolicy
Optional.
-
#etag ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Create time of the security settings.
41 42 43 44 |
# File 'proto_docs/google/cloud/ces/v1/security_settings.rb', line 41 class SecuritySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint_control_policy ⇒ ::Google::Cloud::Ces::V1::EndpointControlPolicy
Returns Optional. Endpoint control related settings.
41 42 43 44 |
# File 'proto_docs/google/cloud/ces/v1/security_settings.rb', line 41 class SecuritySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String (readonly)
Returns Output only. Etag of the security settings.
41 42 43 44 |
# File 'proto_docs/google/cloud/ces/v1/security_settings.rb', line 41 class SecuritySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings.
41 42 43 44 |
# File 'proto_docs/google/cloud/ces/v1/security_settings.rb', line 41 class SecuritySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Last update time of the security settings.
41 42 43 44 |
# File 'proto_docs/google/cloud/ces/v1/security_settings.rb', line 41 class SecuritySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |