FactoryArgs

constructor(encryption: Output<EncryptionConfigurationArgs>? = null, factoryName: Output<String>? = null, globalParameters: Output<Map<String, GlobalParameterSpecificationArgs>>? = null, identity: Output<FactoryIdentityArgs>? = null, location: Output<String>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, purviewConfiguration: Output<PurviewConfigurationArgs>? = null, repoConfiguration: Output<Either<FactoryGitHubConfigurationArgs, FactoryVSTSConfigurationArgs>>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)