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

CreateInstanceAccessControlAttributeConfigurationRequest

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

§Properties

§
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration
[src]

Specifies the Amazon Web Services SSO identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO will replace the attribute value with the value from the Amazon Web Services SSO identity store.

§
InstanceArn: string
[src]

The ARN of the SSO instance under which the operation will be executed.