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.4/services/ssoadmin.ts?docs=full";
interface CreateInstanceAccessControlAttributeConfigurationRequest {
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration;
InstanceArn: string;
}

§Properties

§
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration
[src]

Specifies the IAM Identity Center 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 IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.

§
InstanceArn: string
[src]

The ARN of the IAM Identity Center instance under which the operation will be executed.