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

AccessPolicySummary

import type { AccessPolicySummary } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";

Contains an access policy that defines an identity's access to an IoT SiteWise Monitor resource.

interface AccessPolicySummary {
creationDate?: Date | number | null;
id: string;
identity: Identity;
lastUpdateDate?: Date | number | null;
permission: Permission;
resource: Resource;
}

§Properties

§
creationDate?: Date | number | null
[src]

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

§
id: string
[src]

The ID of the access policy.

§
identity: Identity
[src]

The identity (an Amazon Web Services SSO user, an Amazon Web Services SSO group, or an IAM user).

§
lastUpdateDate?: Date | number | null
[src]

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

§
permission: Permission
[src]

The permissions for the access policy. Note that a project ADMINISTRATOR is also known as a project owner.

§
resource: Resource
[src]

The IoT SiteWise Monitor resource (a portal or project).