You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::Identity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Identity as input to an Aws::Client method, you can use a vanilla Hash:

{
  user: {
    id: "IdentityId", # required
  },
  group: {
    id: "IdentityId", # required
  },
  iam_user: {
    arn: "ARN", # required
  },
}

Contains an identity that can access an AWS IoT SiteWise Monitor resource.

Currently, you can't use AWS APIs to retrieve AWS SSO identity IDs. You can find the AWS SSO identity IDs in the URL of user and group pages in the AWS SSO console.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::GroupIdentity

An AWS SSO group identity.

Returns:

#iam_userTypes::IAMUserIdentity

An IAM user identity.

Returns:

#userTypes::UserIdentity

An AWS SSO user identity.

Returns: