Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
opsworks_describe_user_profiles(IamUserArns)
A list with the following syntax:
list(
UserProfiles = list(
list(
IamUserArn = "string",
Name = "string",
SshUsername = "string",
SshPublicKey = "string",
AllowSelfManagement = TRUE|FALSE
)
)
)
An array of IAM or federated user ARNs that identify the users to be described.
svc$describe_user_profiles(
IamUserArns = list(
"string"
)
)