GetClientInstallationProviderPlainArgs

data class GetClientInstallationProviderPlainArgs(val clientId: String, val providerId: String, val realmId: String) : ConvertibleToJava<GetClientInstallationProviderPlainArgs>

A collection of arguments for invoking getClientInstallationProvider.

Constructors

Link copied to clipboard
constructor(clientId: String, providerId: String, realmId: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The realm that the SAML client exists within.

Functions

Link copied to clipboard
open override fun toJava(): GetClientInstallationProviderPlainArgs