Class ServiceNowProfile
Profile for connecting to a ServiceNow source.
Implements
Inherited Members
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 |