AccessApplicationSaasAppCustomAttributeSourceArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the attribute as provided by the IDP.

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

A mapping from IdP ID to claim name.

Functions

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