Class: Google::Cloud::NetworkSecurity::V1::SACRealm::PairingKey

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

Overview

Key to be shared with SSE service provider to establish global handshake.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.



62
63
64
65
# File 'proto_docs/google/cloud/networksecurity/v1/sse_realm.rb', line 62

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

#key::String (readonly)

Returns Output only. Key value.

Returns:

  • (::String)

    Output only. Key value.



62
63
64
65
# File 'proto_docs/google/cloud/networksecurity/v1/sse_realm.rb', line 62

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