WorkspaceArgs

constructor(azureADOnlyAuthentication: Output<Boolean>? = null, cspWorkspaceAdminProperties: Output<CspWorkspaceAdminPropertiesArgs>? = null, defaultDataLakeStorage: Output<DataLakeStorageAccountDetailsArgs>? = null, encryption: Output<EncryptionDetailsArgs>? = null, identity: Output<ManagedIdentityArgs>? = null, location: Output<String>? = null, managedResourceGroupName: Output<String>? = null, managedVirtualNetwork: Output<String>? = null, managedVirtualNetworkSettings: Output<ManagedVirtualNetworkSettingsArgs>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, WorkspacePublicNetworkAccess>>? = null, purviewConfiguration: Output<PurviewConfigurationArgs>? = null, resourceGroupName: Output<String>? = null, sqlAdministratorLogin: Output<String>? = null, sqlAdministratorLoginPassword: Output<String>? = null, tags: Output<Map<String, String>>? = null, trustedServiceBypassEnabled: Output<Boolean>? = null, virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null, workspaceName: Output<String>? = null, workspaceRepositoryConfiguration: Output<WorkspaceRepositoryConfigurationArgs>? = null)