Git Hub Workflow Profile Response Oidc Credentials
data class GitHubWorkflowProfileResponseOidcCredentials(val azureClientId: String? = null, val azureTenantId: String? = null)
The fields needed for OIDC with GitHub.
Constructors
Link copied to clipboard
fun GitHubWorkflowProfileResponseOidcCredentials(azureClientId: String? = null, azureTenantId: String? = null)