Access Application Saas App Args
data class AccessApplicationSaasAppArgs(val consumerServiceUrl: Output<String>, val nameIdFormat: Output<String>? = null, val spEntityId: Output<String>) : ConvertibleToJava<AccessApplicationSaasAppArgs>
Properties
Link copied to clipboard
The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
Link copied to clipboard
The format of the name identifier sent to the SaaS application. Defaults to email
.
Link copied to clipboard
A globally unique name for an identity or service provider.