Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeAccessPolicyResponse

import type { DescribeAccessPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface DescribeAccessPolicyResponse {
accessPolicyArn: string;
accessPolicyCreationDate: Date | number;
accessPolicyId: string;
accessPolicyIdentity: Identity;
accessPolicyLastUpdateDate: Date | number;
accessPolicyPermission: Permission;
accessPolicyResource: Resource;
}

§Properties

§
accessPolicyArn: string
[src]

The ARN of the access policy, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
§
accessPolicyCreationDate: Date | number
[src]

The date the access policy was created, in Unix epoch time.

§
accessPolicyId: string
[src]

The ID of the access policy.

§
accessPolicyIdentity: Identity
[src]

The identity (Amazon Web Services SSO user, Amazon Web Services SSO group, or IAM user) to which this access policy applies.

§
accessPolicyLastUpdateDate: Date | number
[src]

The date the access policy was last updated, in Unix epoch time.

§
accessPolicyPermission: Permission
[src]

The access policy permission. Note that a project ADMINISTRATOR is also known as a project owner.

§
accessPolicyResource: Resource
[src]

The IoT SiteWise Monitor resource (portal or project) to which this access policy provides access.