public sealed class SACRealm.Types.PairingKey : IMessage<SACRealm.Types.PairingKey>, IEquatable<SACRealm.Types.PairingKey>, IDeepCloneable<SACRealm.Types.PairingKey>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class SACRealm.Types.PairingKey.
Key to be shared with SSE service provider to establish global handshake.
Implements
IMessageSACRealmTypesPairingKey, IEquatableSACRealmTypesPairingKey, IDeepCloneableSACRealmTypesPairingKey, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
PairingKey()
public PairingKey()PairingKey(PairingKey)
public PairingKey(SACRealm.Types.PairingKey other)| Parameter | |
|---|---|
| Name | Description |
other |
SACRealmTypesPairingKey |
Properties
ExpireTime
public Timestamp ExpireTime { get; set; }Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Key
public string Key { get; set; }Output only. Key value.
| Property Value | |
|---|---|
| Type | Description |
string |
|