Class: Google::Cloud::Ces::V1::SecuritySettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Create time of the security settings.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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