Class SecurityProfileGroup
SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class SecurityProfileGroup : IDirectResponseSchema
Properties
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. Resource creation timestamp.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomInterceptProfile
Optional. Reference to a SecurityProfile with the CustomIntercept configuration.
Declaration
[JsonProperty("customInterceptProfile")]
public virtual string CustomInterceptProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomMirroringProfile
Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
Declaration
[JsonProperty("customMirroringProfile")]
public virtual string CustomMirroringProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataPathId
Output only. Identifier used by the data-path. Unique within {container, location}.
Declaration
[JsonProperty("dataPathId")]
public virtual ulong? DataPathId { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
Description
Optional. An optional description of the profile group. Max length 2048 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Labels as key value pairs.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThreatPreventionProfile
Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
Declaration
[JsonProperty("threatPreventionProfile")]
public virtual string ThreatPreventionProfile { 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. Last resource update timestamp.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |