AssertionAttributes

A structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the attribute within the SAML assertion to use as the email names for SAML users.

Link copied to clipboard

The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.

Link copied to clipboard

The name of the attribute within the SAML assertion to use as the login names for SAML users.

Link copied to clipboard
val name: String?

The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.

Link copied to clipboard
val org: String?

The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.

Link copied to clipboard
val role: String?

The name of the attribute within the SAML assertion to use as the user roles.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String