List Source Control Repositories Plain Args
data class ListSourceControlRepositoriesPlainArgs(val clientId: String? = null, val code: String? = null, val installationId: String? = null, val kind: Either<String, RepositoryAccessKind>, val resourceGroupName: String, val state: String? = null, val token: String? = null, val workspaceName: String) : ConvertibleToJava<ListSourceControlRepositoriesPlainArgs>
Properties
Link copied to clipboard
Application installation ID. Required when kind is App. Supported by GitHub only.
Link copied to clipboard
The kind of repository access credentials
Link copied to clipboard
The name of the resource group. The name is case insensitive.
Link copied to clipboard
The name of the workspace.