Package-level declarations

Types

Link copied to clipboard
data class ACRArgs(val acrRegistryName: Output<String>? = null, val acrRepositoryName: Output<String>? = null, val acrResourceGroup: Output<String>? = null, val acrSubscriptionId: Output<String>? = null) : ConvertibleToJava<ACRArgs>

Information on the azure container registry

Link copied to clipboard

Builder for ACRArgs.

Link copied to clipboard
data class DeploymentPropertiesArgs(val helmChartPath: Output<String>? = null, val helmValues: Output<String>? = null, val kubeManifestLocations: Output<List<String>>? = null, val manifestType: Output<Either<String, ManifestType>>? = null, val overrides: Output<Map<String, String>>? = null) : ConvertibleToJava<DeploymentPropertiesArgs>
Link copied to clipboard
data class GetGitHubOAuthPlainArgs(val location: String, val redirectUrl: String? = null) : ConvertibleToJava<GetGitHubOAuthPlainArgs>
Link copied to clipboard
data class GetWorkflowPlainArgs(val resourceGroupName: String, val workflowName: String) : ConvertibleToJava<GetWorkflowPlainArgs>
Link copied to clipboard
data class GitHubWorkflowProfileOidcCredentialsArgs(val azureClientId: Output<String>? = null, val azureTenantId: Output<String>? = null) : ConvertibleToJava<GitHubWorkflowProfileOidcCredentialsArgs>

The fields needed for OIDC with GitHub.