Show / Hide Table of Contents

Class SACRealmSACRealmSymantecOptions

Fields specific to realms using Symantec Cloud SWG.

Inheritance
object
SACRealmSACRealmSymantecOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class SACRealmSACRealmSymantecOptions : IDirectResponseSchema

Properties

AvailableSymantecSites

Output only. Symantec site IDs which the user can choose to connect to.

Declaration
[JsonProperty("availableSymantecSites")]
public virtual IList<string> AvailableSymantecSites { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SecretPath

Optional. API Key used to call Symantec APIs on the user's behalf. Required if using Symantec Cloud SWG. P4SA account needs permissions granted to read this secret. A secret ID, secret name, or secret URI can be specified, but it will be parsed and stored as a secret URI in the form projects/{project_number}/secrets/my-secret.

Declaration
[JsonProperty("secretPath")]
public virtual string SecretPath { get; set; }
Property Value
Type Description
string

SymantecConnectionState

Output only. Connection status to Symantec API.

Declaration
[JsonProperty("symantecConnectionState")]
public virtual string SymantecConnectionState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX