Source Control Args
fun SourceControlArgs(contentTypes: Output<List<Either<String, ContentType>>>? = null, createdAt: Output<String>? = null, createdBy: Output<String>? = null, createdByType: Output<Either<String, CreatedByType>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, id: Output<String>? = null, lastModifiedAt: Output<String>? = null, lastModifiedBy: Output<String>? = null, lastModifiedByType: Output<Either<String, CreatedByType>>? = null, operationalInsightsResourceProvider: Output<String>? = null, repoType: Output<Either<String, RepoType>>? = null, repository: Output<RepositoryArgs>? = null, resourceGroupName: Output<String>? = null, sourceControlId: Output<String>? = null, workspaceName: Output<String>? = null)