deTenantManager..::..sendAuthProviderToTenants Method
Sends the authentication provider to tenants.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool sendAuthProviderToTenants( string authProviderName, tenantSelectionType oSelectionType, List<string> oTenantIDs )
Public Function sendAuthProviderToTenants ( _ authProviderName As String, _ oSelectionType As tenantSelectionType, _ oTenantIDs As List(Of String) _ ) As Boolean
public: bool^ sendAuthProviderToTenants( String^ authProviderName, tenantSelectionType^ oSelectionType, List<String^>^ oTenantIDs )
Parameters
- authProviderName
- Type: String
Name of the authentication provider.
- oSelectionType
- Type: FlowWright.cDevDeAPI..::..tenantSelectionType
Type of the o selection.
- oTenantIDs
- Type: List<(Of <(<'String>)>)>
The o tenant i ds.