Class SACAttachment
Represents a Secure Access Connect (SAC) attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class SACAttachment : IDirectResponseSchema
Properties
Country
Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp when the attachment was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Optional list of labels applied to the resource.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
Identifier. Resource name, in the form
projects/{project}/locations/{location}/sacAttachments/{sac_attachment}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NccGateway
Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name.
The output always has the form projects/{project_number}/locations/{location}/spokes/{ncc_gateway}.
Declaration
[JsonProperty("nccGateway")]
public virtual string NccGateway { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SacRealm
Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The
output always has the form projects/{project_number}/locations/{location}/sacRealms/{sac_realm}.
Declaration
[JsonProperty("sacRealm")]
public virtual string SacRealm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. State of the attachment.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SymantecOptions
Optional. Configuration required for Symantec attachments.
Declaration
[JsonProperty("symantecOptions")]
public virtual SACAttachmentSACAttachmentSymantecOptions SymantecOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| SACAttachmentSACAttachmentSymantecOptions |
TimeZone
Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments.
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. Timestamp when the attachment was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |