Package-level declarations

Types

Link copied to clipboard
data class AuthorizationInfoArgs(val code: Output<String>? = null) : ConvertibleToJava<AuthorizationInfoArgs>
Link copied to clipboard
data class AzureDevOpsConnectorPropertiesArgs(val authorization: Output<AuthorizationInfoArgs>? = null, val orgs: Output<List<AzureDevOpsOrgMetadataArgs>>? = null) : ConvertibleToJava<AzureDevOpsConnectorPropertiesArgs>
Link copied to clipboard
data class AzureDevOpsOrgMetadataArgs(val autoDiscovery: Output<Either<String, AutoDiscovery>>? = null, val name: Output<String>? = null, val projects: Output<List<AzureDevOpsProjectMetadataArgs>>? = null) : ConvertibleToJava<AzureDevOpsOrgMetadataArgs>

Org onboarding info.

Link copied to clipboard
data class AzureDevOpsProjectMetadataArgs(val autoDiscovery: Output<Either<String, AutoDiscovery>>? = null, val name: Output<String>? = null, val repos: Output<List<String>>? = null) : ConvertibleToJava<AzureDevOpsProjectMetadataArgs>

Project onboarding info.

Link copied to clipboard
data class GetAzureDevOpsConnectorPlainArgs(val azureDevOpsConnectorName: String, val resourceGroupName: String) : ConvertibleToJava<GetAzureDevOpsConnectorPlainArgs>
Link copied to clipboard
data class GetGitHubConnectorPlainArgs(val gitHubConnectorName: String, val resourceGroupName: String) : ConvertibleToJava<GetGitHubConnectorPlainArgs>
Link copied to clipboard
data class GitHubConnectorPropertiesArgs(val code: Output<String>? = null) : ConvertibleToJava<GitHubConnectorPropertiesArgs>

Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.