Skip to main content

IntegrationSettings

Summary

MembersDescriptions
struct FRH_EnvironmentConfigurationSettings 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

MembersDescriptions
public FString EnvironmentIdEnvironment Name, for use with client side environment lookups and overrides.
public FString BaseUrlRallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API.
public FString ClientIdRallyHere Client ID. Determines the available permissions for RallyHere APIs.
public FString ClientSecretRallyHere 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.