@aws-sdk/client-sso-admin 3.160.0 → 3.161.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +11 -11
- package/dist-cjs/endpoints.js +1 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-types/SSOAdmin.d.ts +40 -40
- package/dist-types/SSOAdminClient.d.ts +11 -11
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +122 -124
- package/package.json +6 -6
|
@@ -7,12 +7,12 @@ export interface UpdateInstanceAccessControlAttributeConfigurationCommandInput e
|
|
|
7
7
|
export interface UpdateInstanceAccessControlAttributeConfigurationCommandOutput extends UpdateInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates the
|
|
10
|
+
* <p>Updates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center instance
|
|
11
11
|
* for attributes-based access control (ABAC). When using an external identity provider as an
|
|
12
12
|
* identity source, you can pass attributes through the SAML assertion as an alternative to
|
|
13
|
-
* configuring attributes from the
|
|
14
|
-
* these attributes,
|
|
15
|
-
* identity store. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>
|
|
13
|
+
* configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of
|
|
14
|
+
* these attributes, IAM Identity Center replaces the attribute value with the value from the IAM Identity Center
|
|
15
|
+
* identity store. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
18
18
|
* ```javascript
|