AccessApplicationSaasAppCustomClaimSource

data class AccessApplicationSaasAppCustomClaimSource(val name: String? = null, val nameByIdp: Map<String, String>? = null)

Constructors

constructor(name: String? = null, nameByIdp: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the IdP claim.

Link copied to clipboard
val nameByIdp: Map<String, String>? = null

A mapping from IdP ID to claim name.