Class: Google::Cloud::NetworkSecurity::V1::SACRealm::PairingKey
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::SACRealm::PairingKey
- 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
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#key ⇒ ::String
readonly
Output only.
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.
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.
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 |