Show / Hide Table of Contents

Class WorkdayProfile

Profile for connecting to a Workday source.

Inheritance
object
WorkdayProfile
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 WorkdayProfile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Host

Required. Host for the Workday connection. Must be a valid hostname (e.g., wd3-impl-services1.workday.com).

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

OauthRefreshTokenCredentials

Required. Credentials for authenticating with the Workday API. OAuth Refresh Token credentials for authenticating with the Workday API.

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

Tenant

Required. Tenant for the Workday connection (e.g., google12).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX