Views the tenants for authentication provider.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public List<deTenant> viewTenantsForAuthProvider(
string authProviderName,
bool isConfigured
)
Public Function viewTenantsForAuthProvider ( _
authProviderName As String, _
isConfigured As Boolean _
) As List(Of deTenant)
public:
List<deTenant^>^ viewTenantsForAuthProvider(
String^ authProviderName,
bool^ isConfigured
)
Parameters
- authProviderName
- Type: String
Name of the authentication provider.
- isConfigured
- Type: Boolean
if set to true [is configured].
Return Value
List<deTenant>.