toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
AccessApplicationSaasAppCustomAttributeSource
Access
Application
Saas
App
Custom
Attribute
Source
data
class
AccessApplicationSaasAppCustomAttributeSource
(
val
name
:
String
,
val
nameByIdp
:
Map
<
String
,
String
>
?
=
null
)
Members
Constructors
Access
Application
Saas
App
Custom
Attribute
Source
Link copied to clipboard
constructor
(
name
:
String
,
nameByIdp
:
Map
<
String
,
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of the attribute as provided by the IDP.
name
By
Idp
Link copied to clipboard
val
nameByIdp
:
Map
<
String
,
String
>
?
=
null
A mapping from IdP ID to claim name.