Class SecurityCenterSettings
Resource capturing the settings for Security Center.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class SecurityCenterSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LogSinkProject
The resource name of the project to send logs to. This project must be part of the organization this
resource resides in. The format is projects/{project_id}. An empty value disables logging. This value is
only referenced by services that support log sink. Please refer to the documentation for an updated list of
compatible services. This may only be specified for organization level onboarding.
Declaration
[JsonProperty("logSinkProject")]
public virtual string LogSinkProject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The resource name of the SecurityCenterSettings. Format: organizations/{organization}/securityCenterSettings Format: folders/{folder}/securityCenterSettings Format: projects/{project}/securityCenterSettings
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnboardingTime
object representation of OnboardingTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use OnboardingTimeDateTimeOffset instead.")]
public virtual object OnboardingTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
OnboardingTimeDateTimeOffset
DateTimeOffset representation of OnboardingTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? OnboardingTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
OnboardingTimeRaw
Output only. Timestamp of when the customer organization was onboarded to SCC.
Declaration
[JsonProperty("onboardingTime")]
public virtual string OnboardingTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrgServiceAccount
Output only. The organization level service account to be used for security center components.
Declaration
[JsonProperty("orgServiceAccount")]
public virtual string OrgServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |