ZeroTrustAccessApplicationSaasAppCustomAttributeSource

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the attribute as provided by the IDP.

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

A mapping from IdP ID to claim name.