AccessPolicyUser

data class AccessPolicyUser(val id: String? = null)

Contains information for a user identity in an access policy.

Constructors

Link copied to clipboard
constructor(id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The AWS SSO ID of the user.