UserIdentifier
A structure that contains information to identify a user.
Inheritors
Types
The email address of the user that you want to get identity context for.
The Amazon Resource Name (ARN) of the user that you want to get identity context for.
The name of the user that you want to get identity context for.
Functions
Casts this UserIdentifier as a Email and retrieves its kotlin.String value. Throws an exception if the UserIdentifier is not a Email.
Casts this UserIdentifier as a Email and retrieves its kotlin.String value. Returns null if the UserIdentifier is not a Email.
Casts this UserIdentifier as a UserArn and retrieves its kotlin.String value. Throws an exception if the UserIdentifier is not a UserArn.
Casts this UserIdentifier as a UserArn and retrieves its kotlin.String value. Returns null if the UserIdentifier is not a UserArn.
Casts this UserIdentifier as a UserName and retrieves its kotlin.String value. Throws an exception if the UserIdentifier is not a UserName.
Casts this UserIdentifier as a UserName and retrieves its kotlin.String value. Returns null if the UserIdentifier is not a UserName.