Network Security v1 API - Class SACRealm.Types.PairingKey (1.0.0-beta01)

public sealed class SACRealm.Types.PairingKey : IMessage<SACRealm.Types.PairingKey>, IEquatable<SACRealm.Types.PairingKey>, IDeepCloneable<SACRealm.Types.PairingKey>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > SACRealm.Types.PairingKey

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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