FederatedUser

Provides information about an identity that performed an action on an affected resource by using temporary security credentials. The credentials were obtained using the GetFederationToken operation of the Security Token Service (STS) API.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services access key ID that identifies the credentials.

Link copied to clipboard

The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the entity that was used to get the credentials.

Link copied to clipboard

The unique identifier for the entity that was used to get the credentials.

Link copied to clipboard

The details of the session that was created for the credentials, including the entity that issued the session.

Functions

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