GetIdentityCenterAuthTokenResponse
The response from GetIdentityCenterAuthToken containing the encrypted authentication token and expiration time.
Types
Properties
Link copied to clipboard
The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.
Link copied to clipboard
The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.
Functions
Link copied to clipboard
inline fun copy(block: GetIdentityCenterAuthTokenResponse.Builder.() -> Unit = {}): GetIdentityCenterAuthTokenResponse