Get Git Lab Config Result
data class GetGitLabConfigResult(val connectedRepositories: List<GitLabRepositoryIdResponse>, val createTime: String, val enterpriseConfig: GitLabEnterpriseConfigResponse, val name: String, val secrets: GitLabSecretsResponse, val username: String, val webhookKey: String)
Constructors
Link copied to clipboard
constructor(connectedRepositories: List<GitLabRepositoryIdResponse>, createTime: String, enterpriseConfig: GitLabEnterpriseConfigResponse, name: String, secrets: GitLabSecretsResponse, username: String, webhookKey: String)
Properties
Link copied to clipboard
Connected GitLab.com or GitLabEnterprise repositories for this config.
Link copied to clipboard
Time when the config was created.
Link copied to clipboard
Optional. GitLabEnterprise config.
Link copied to clipboard
Secret Manager secrets needed by the config.
Link copied to clipboard
UUID included in webhook requests. The UUID is used to look up the corresponding config.