AccessApplicationPolicyIncludeSamlArgs

data class AccessApplicationPolicyIncludeSamlArgs(val attributeName: Output<String>, val attributeValue: Output<String>, val identityProviderId: Output<String>) : ConvertibleToJava<AccessApplicationPolicyIncludeSamlArgs>

Constructors

Link copied to clipboard
constructor(attributeName: Output<String>, attributeValue: Output<String>, identityProviderId: Output<String>)

Properties

Link copied to clipboard
val attributeName: Output<String>

The name of the SAML attribute.

Link copied to clipboard
val attributeValue: Output<String>

The SAML attribute value to look for.

Link copied to clipboard

The ID of your SAML identity provider.

Functions

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