Chronicle v1 API - Class ServiceNowCMDBSettings (1.1.0)

public sealed class ServiceNowCMDBSettings : IMessage<ServiceNowCMDBSettings>, IEquatable<ServiceNowCMDBSettings>, IDeepCloneable<ServiceNowCMDBSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class ServiceNowCMDBSettings.

ServiceNow CMDB settings.

Inheritance

object > ServiceNowCMDBSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ServiceNowCMDBSettings()

public ServiceNowCMDBSettings()

ServiceNowCMDBSettings(ServiceNowCMDBSettings)

public ServiceNowCMDBSettings(ServiceNowCMDBSettings other)
Parameter
Name Description
other ServiceNowCMDBSettings

Properties

Authentication

public UsernameSecretAuth Authentication { get; set; }

Input only. Authentication.

Property Value
Type Description
UsernameSecretAuth

Feedname

public string Feedname { get; set; }

Feedname.

Property Value
Type Description
string

Hostname

public string Hostname { get; set; }

API Hostname.

Property Value
Type Description
string