Network Security v1 API - Class SACRealm (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class SACRealm.

Represents a Secure Access Connect (SAC) realm resource.

A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.

Inheritance

object > SACRealm

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

SACRealm()

public SACRealm()

SACRealm(SACRealm)

public SACRealm(SACRealm other)
Parameter
Name Description
other SACRealm

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when the realm was created.

Property Value
Type Description
Timestamp

Labels

public MapField<string, string> Labels { get; }

Optional. Optional list of labels applied to the resource.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. Resource name, in the form projects/{project}/locations/global/sacRealms/{sacRealm}.

Property Value
Type Description
string

PairingKey

public SACRealm.Types.PairingKey PairingKey { get; set; }

Output only. Key to be shared with SSE service provider during pairing.

Property Value
Type Description
SACRealmTypesPairingKey

SACRealmName

public SACRealmName SACRealmName { get; set; }

SACRealmName-typed view over the Name resource name property.

Property Value
Type Description
SACRealmName

SecurityService

public SACRealm.Types.SecurityService SecurityService { get; set; }

Immutable. SSE service provider associated with the realm.

Property Value
Type Description
SACRealmTypesSecurityService

State

public SACRealm.Types.State State { get; set; }

Output only. State of the realm.

Property Value
Type Description
SACRealmTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when the realm was last updated.

Property Value
Type Description
Timestamp