NAME
Paws::IoTSiteWise::DescribeAccessPolicyResponse
ATTRIBUTES
REQUIRED AccessPolicyArn => Str
The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the access policy, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
REQUIRED AccessPolicyCreationDate => Str
The date the access policy was created, in Unix epoch time.
REQUIRED AccessPolicyId => Str
The ID of the access policy.
REQUIRED AccessPolicyIdentity => Paws::IoTSiteWise::Identity
The identity (AWS SSO user, AWS SSO group, or IAM user) to which this access policy applies.
REQUIRED AccessPolicyLastUpdateDate => Str
The date the access policy was last updated, in Unix epoch time.
REQUIRED AccessPolicyPermission => Str
The access policy permission. Note that a project ADMINISTRATOR
is also known as a project owner.
Valid values are: "ADMINISTRATOR"
, "VIEWER"
=head2 REQUIRED AccessPolicyResource => Paws::IoTSiteWise::Resource
The AWS IoT SiteWise Monitor resource (portal or project) to which this access policy provides access.