Show / Hide Table of Contents

Class SecurityCenterSettings

Inheritance
object
SecurityCenterSettings
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.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class SecurityCenterSettings : IDirectResponseSchema

Properties

CryptoKeyName

Declaration
[JsonProperty("cryptoKeyName")]
public virtual string CryptoKeyName { 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

LogSinkProject

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

Name

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

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

OrgServiceAccount

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX