Skip to content

/AWS1/CL_DZNIDENTITYMAPPING

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_usernameattribute TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The username attribute used for the identity mapping.

Optional arguments:

iv_prefix TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The prefix used for the identity mapping.


Queryable Attributes

usernameAttribute

The username attribute used for the identity mapping.

Accessible with the following methods

Method Description
GET_USERNAMEATTRIBUTE() Getter for USERNAMEATTRIBUTE, with configurable default
ASK_USERNAMEATTRIBUTE() Getter for USERNAMEATTRIBUTE w/ exceptions if field has no v
HAS_USERNAMEATTRIBUTE() Determine if USERNAMEATTRIBUTE has a value

prefix

The prefix used for the identity mapping.

Accessible with the following methods

Method Description
GET_PREFIX() Getter for PREFIX, with configurable default
ASK_PREFIX() Getter for PREFIX w/ exceptions if field has no value
HAS_PREFIX() Determine if PREFIX has a value