MigrateFromDataDiscoveryOptions Class

The options class used for migrating account services objects (tenants, groups, and users) from Data Discovery.
Inheritance Hierarchy
SystemObject
  Dundas.BI.DataDiscoveryMigrateFromDataDiscoveryOptions

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public class MigrateFromDataDiscoveryOptions

The MigrateFromDataDiscoveryOptions type exposes the following members.

Constructors
  NameDescription
Public methodMigrateFromDataDiscoveryOptions
Initializes a new instance of the MigrateFromDataDiscoveryOptions class
Top
Properties
  NameDescription
Public propertyGroupIds
Gets or sets the IDs of the groups to migrate. means all groups to be migrated.
Public propertyLicenseSeatKind
Gets or sets the license seat kind to apply to new migrated users.
Public propertyTenantIds
Gets or sets the IDs of the tenants to migrate. means all tenants to be migrated.
Public propertyUserIds
Gets or sets the IDs of the users to migrate. means all users to be migrated.
Top
See Also