Skip to main content

available_provider_types

Creates, updates, deletes, gets or lists an available_provider_types resource.

Overview

Nameavailable_provider_types
TypeResource
Identra_id.identity_providers.available_provider_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectRetrieves all identity provider types available in a directory.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Retrieves all identity provider types available in a directory.

SELECT
*
FROM entra_id.identity_providers.available_provider_types
;