IdentityMapping

Contains the configuration for mapping user identities to Snowflake users, including the username attribute and optional prefix applied during the mapping.

Types

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

Properties

Link copied to clipboard

The prefix used for the identity mapping.

Link copied to clipboard

The username attribute used for the identity mapping.

Functions

Link copied to clipboard
inline fun copy(block: IdentityMapping.Builder.() -> Unit = {}): IdentityMapping
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