getClientInstallationProvider

This data source can be used to retrieve Installation Provider of a SAML Client.

Return

A collection of values returned by getClientInstallationProvider.

Parameters

argument

A collection of arguments for invoking getClientInstallationProvider.


Return

A collection of values returned by getClientInstallationProvider.

Parameters

clientId

The ID of the SAML client. The id attribute of a keycloak_client resource should be used here.

providerId

The ID of the SAML installation provider. Could be one of saml-idp-descriptor, keycloak-saml, saml-sp-descriptor, keycloak-saml-subsystem, mod-auth-mellon, etc.

realmId

The realm that the SAML client exists within.

See also


Return

A collection of values returned by getClientInstallationProvider.

Parameters

argument

Builder for com.pulumi.keycloak.saml.kotlin.inputs.GetClientInstallationProviderPlainArgs.

See also