GetIdentitySourcePlainArgs

data class GetIdentitySourcePlainArgs(val identitySourceId: String, val policyStoreId: String) : ConvertibleToJava<GetIdentitySourcePlainArgs>

Constructors

Link copied to clipboard
constructor(identitySourceId: String, policyStoreId: String)

Properties

Link copied to clipboard

The unique ID of the new or updated identity store.

Link copied to clipboard

Specifies the ID of the policy store in which you want to store this identity source. Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.

Functions

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