Show / Hide Table of Contents

Class ServiceNowProfile

Profile for connecting to a ServiceNow source.

Inheritance
object
ServiceNowProfile
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.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class ServiceNowProfile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Instance

Required. The instance of the ServiceNow account. This is the `` part of the URL https://.service-now.com.

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

OauthClientCredentials

Credentials for authenticating with the ServiceNow API.

Declaration
[JsonProperty("oauthClientCredentials")]
public virtual OauthClientCredentials OauthClientCredentials { get; set; }
Property Value
Type Description
OauthClientCredentials

UserPasswordCredentials

User-password authentication.

Declaration
[JsonProperty("userPasswordCredentials")]
public virtual UserPasswordCredentials UserPasswordCredentials { get; set; }
Property Value
Type Description
UserPasswordCredentials

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX