AccessApplicationSaasAppArgs

data class AccessApplicationSaasAppArgs(val consumerServiceUrl: Output<String>, val nameIdFormat: Output<String>? = null, val spEntityId: Output<String>) : ConvertibleToJava<AccessApplicationSaasAppArgs>

Constructors

Link copied to clipboard
constructor(consumerServiceUrl: Output<String>, nameIdFormat: Output<String>? = null, spEntityId: Output<String>)

Properties

Link copied to clipboard

The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.

Link copied to clipboard
val nameIdFormat: Output<String>? = null

The format of the name identifier sent to the SaaS application. Defaults to email.

Link copied to clipboard
val spEntityId: Output<String>

A globally unique name for an identity or service provider.

Functions

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