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

AccessControlAttribute

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

These are Amazon Web Services SSO identity store attributes that you can configure for use in attributes-based access control (ABAC). You can create permissions policies that determine who can access your Amazon Web Services resources based upon the configured attribute values. When you enable ABAC and specify AccessControlAttributes, Amazon Web Services SSO passes the attribute values of the authenticated user into IAM for use in policy evaluation.

interface AccessControlAttribute {
Key: string;
}

§Properties

§
Key: string
[src]

The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in Amazon Web Services SSO.

§

The value used for mapping a specified attribute to an identity source.