Skip to main content

identity_providers_available_provider_types

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

Overview

Nameidentity_providers_available_provider_types
TypeResource
Identra_id.identity.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
getselectGet all identity providers supported 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

Get all identity providers supported in a directory.

SELECT
*
FROM entra_id.identity.identity_providers_available_provider_types
;