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

PolicyGrantingServiceAccess

import type { PolicyGrantingServiceAccess } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains details about the permissions policies that are attached to the specified identity (user, group, or role).

This data type is an element of the "ListPoliciesGrantingServiceAccessEntry" object.

interface PolicyGrantingServiceAccess {
EntityName?: string | null;
EntityType?: policyOwnerEntityType | null;
PolicyArn?: string | null;
PolicyName: string;
PolicyType: policyType;
}

§Properties

§
EntityName?: string | null
[src]

The name of the entity (user or role) to which the inline policy is attached.

This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.

§
EntityType?: policyOwnerEntityType | null
[src]

The type of entity (user or role) that used the policy to access the service to which the inline policy is attached.

This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.

§
PolicyArn?: string | null
[src]
§
PolicyName: string
[src]

The policy name.

§
PolicyType: policyType
[src]

The policy type. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.