get Client Installation Provider
suspend fun getClientInstallationProvider(argument: GetClientInstallationProviderPlainArgs): GetClientInstallationProviderResult
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.
suspend fun getClientInstallationProvider(clientId: String, providerId: String, realmId: String): GetClientInstallationProviderResult
Return
A collection of values returned by getClientInstallationProvider.
Parameters
client Id
The ID of the SAML client. The id
attribute of a keycloak_client
resource should be used here.
provider Id
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.
realm Id
The realm that the SAML client exists within.
See also
suspend fun getClientInstallationProvider(argument: suspend GetClientInstallationProviderPlainArgsBuilder.() -> Unit): GetClientInstallationProviderResult
Return
A collection of values returned by getClientInstallationProvider.
Parameters
argument
Builder for com.pulumi.keycloak.saml.kotlin.inputs.GetClientInstallationProviderPlainArgs.