AwsIamAccessKeyMetadataPropertiesResponse

data class AwsIamAccessKeyMetadataPropertiesResponse(val accessKeyId: String? = null, val createDate: String? = null, val status: StatusTypeEnumValueResponse? = null, val userName: String? = null)

Definition of awsIamAccessKeyMetadata

Constructors

constructor(accessKeyId: String? = null, createDate: String? = null, status: StatusTypeEnumValueResponse? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessKeyId: String? = null

The ID for this access key.

Link copied to clipboard
val createDate: String? = null

The date when the access key was created.

Link copied to clipboard

The status of the access key. Active means that the key is valid for API calls; Inactive means it is not.

Link copied to clipboard
val userName: String? = null

The name of the IAM user that the key is associated with.