GitHubClientSecretResponse

data class GitHubClientSecretResponse(val byoaSecretAkvUrl: String? = null, val byoaSecretName: String? = null)

Client secret information for factory's bring your own app repository configuration.

Constructors

Link copied to clipboard
constructor(byoaSecretAkvUrl: String? = null, byoaSecretName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bring your own app client secret AKV URL.

Link copied to clipboard
val byoaSecretName: String? = null

Bring your own app client secret name in AKV.