IntegrationSettings
Summary
| Members | Descriptions |
|---|---|
struct FRH_EnvironmentConfiguration | Settings for Environment Configuration. If set, these override the defaults when the EnvironmentId matches the specified environment id. |
struct FRH_EnvironmentConfiguration
Settings for Environment Configuration. If set, these override the defaults when the EnvironmentId matches the specified environment id.
Summary
| Members | Descriptions |
|---|---|
public FString EnvironmentId | Environment Name, for use with client side environment lookups and overrides. |
public FString BaseUrl | RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API. |
public FString ClientId | RallyHere Client ID. Determines the available permissions for RallyHere APIs. |
public FString ClientSecret | RallyHere Client secret. Must be associated with the defined client ID. |
Members
public FString EnvironmentId
Environment Name, for use with client side environment lookups and overrides.
public FString BaseUrl
RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API.
public FString ClientId
RallyHere Client ID. Determines the available permissions for RallyHere APIs.
public FString ClientSecret
RallyHere Client secret. Must be associated with the defined client ID.