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

SSOAdmin

import { SSOAdmin } from "https://aws-api.deno.dev/v0.3/services/ssoadmin.ts?docs=full";
class SSOAdmin {
constructor(apiFactory: client.ApiFactory);
async attachManagedPolicyToPermissionSet(params: AttachManagedPolicyToPermissionSetRequest, opts?: client.RequestOptions): Promise<void>;
async createAccountAssignment(params: CreateAccountAssignmentRequest, opts?: client.RequestOptions): Promise<CreateAccountAssignmentResponse>;
async createInstanceAccessControlAttributeConfiguration(params: CreateInstanceAccessControlAttributeConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async createPermissionSet(params: CreatePermissionSetRequest, opts?: client.RequestOptions): Promise<CreatePermissionSetResponse>;
async deleteAccountAssignment(params: DeleteAccountAssignmentRequest, opts?: client.RequestOptions): Promise<DeleteAccountAssignmentResponse>;
async deleteInlinePolicyFromPermissionSet(params: DeleteInlinePolicyFromPermissionSetRequest, opts?: client.RequestOptions): Promise<void>;
async deleteInstanceAccessControlAttributeConfiguration(params: DeleteInstanceAccessControlAttributeConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async deletePermissionSet(params: DeletePermissionSetRequest, opts?: client.RequestOptions): Promise<void>;
async describeAccountAssignmentCreationStatus(params: DescribeAccountAssignmentCreationStatusRequest, opts?: client.RequestOptions): Promise<DescribeAccountAssignmentCreationStatusResponse>;
async describeAccountAssignmentDeletionStatus(params: DescribeAccountAssignmentDeletionStatusRequest, opts?: client.RequestOptions): Promise<DescribeAccountAssignmentDeletionStatusResponse>;
async describePermissionSet(params: DescribePermissionSetRequest, opts?: client.RequestOptions): Promise<DescribePermissionSetResponse>;
async describePermissionSetProvisioningStatus(params: DescribePermissionSetProvisioningStatusRequest, opts?: client.RequestOptions): Promise<DescribePermissionSetProvisioningStatusResponse>;
async detachManagedPolicyFromPermissionSet(params: DetachManagedPolicyFromPermissionSetRequest, opts?: client.RequestOptions): Promise<void>;
async getInlinePolicyForPermissionSet(params: GetInlinePolicyForPermissionSetRequest, opts?: client.RequestOptions): Promise<GetInlinePolicyForPermissionSetResponse>;
async listAccountAssignmentCreationStatus(params: ListAccountAssignmentCreationStatusRequest, opts?: client.RequestOptions): Promise<ListAccountAssignmentCreationStatusResponse>;
async listAccountAssignmentDeletionStatus(params: ListAccountAssignmentDeletionStatusRequest, opts?: client.RequestOptions): Promise<ListAccountAssignmentDeletionStatusResponse>;
async listAccountAssignments(params: ListAccountAssignmentsRequest, opts?: client.RequestOptions): Promise<ListAccountAssignmentsResponse>;
async listAccountsForProvisionedPermissionSet(params: ListAccountsForProvisionedPermissionSetRequest, opts?: client.RequestOptions): Promise<ListAccountsForProvisionedPermissionSetResponse>;
async listInstances(params?: ListInstancesRequest, opts?: client.RequestOptions): Promise<ListInstancesResponse>;
async listManagedPoliciesInPermissionSet(params: ListManagedPoliciesInPermissionSetRequest, opts?: client.RequestOptions): Promise<ListManagedPoliciesInPermissionSetResponse>;
async listPermissionSetProvisioningStatus(params: ListPermissionSetProvisioningStatusRequest, opts?: client.RequestOptions): Promise<ListPermissionSetProvisioningStatusResponse>;
async listPermissionSets(params: ListPermissionSetsRequest, opts?: client.RequestOptions): Promise<ListPermissionSetsResponse>;
async listPermissionSetsProvisionedToAccount(params: ListPermissionSetsProvisionedToAccountRequest, opts?: client.RequestOptions): Promise<ListPermissionSetsProvisionedToAccountResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async provisionPermissionSet(params: ProvisionPermissionSetRequest, opts?: client.RequestOptions): Promise<ProvisionPermissionSetResponse>;
async putInlinePolicyToPermissionSet(params: PutInlinePolicyToPermissionSetRequest, opts?: client.RequestOptions): Promise<void>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateInstanceAccessControlAttributeConfiguration(params: UpdateInstanceAccessControlAttributeConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async updatePermissionSet(params: UpdatePermissionSetRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new SSOAdmin(apiFactory: client.ApiFactory)
[src]

§Methods

§
attachManagedPolicyToPermissionSet(params: AttachManagedPolicyToPermissionSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Attaches an IAM managed policy ARN to a permission set.

Note: If the permission set is already referenced by one or more account assignments, you will need to call "ProvisionPermissionSet" after this operation. Calling ProvisionPermissionSet applies the corresponding IAM policy updates to all assigned accounts.

§

Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.

Note: The term principal here refers to a user or group that is defined in Amazon Web Services SSO.

Note: As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the SSO-created IAM role. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call "ProvisionPermissionSet" to make these updates.

§
createInstanceAccessControlAttributeConfiguration(params: CreateInstanceAccessControlAttributeConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.

§

Creates a permission set within a specified SSO instance.

Note: To grant users and groups access to Amazon Web Services account resources, use "CreateAccountAssignment".

§

Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.

§
deleteInlinePolicyFromPermissionSet(params: DeleteInlinePolicyFromPermissionSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the inline policy from a specified permission set.

§
deleteInstanceAccessControlAttributeConfiguration(params: DeleteInstanceAccessControlAttributeConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.

§
deletePermissionSet(params: DeletePermissionSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified permission set.

§

Describes the status of the assignment creation request.

§

Describes the status of the assignment deletion request.

§

Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.

§

Gets the details of the permission set.

§

Describes the status for the given permission set provisioning request.

§
detachManagedPolicyFromPermissionSet(params: DetachManagedPolicyFromPermissionSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Detaches the attached IAM managed policy ARN from the specified permission set.

§

Obtains the inline policy assigned to the permission set.

§

Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.

§

Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.

§

Lists the assignee of the specified Amazon Web Services account with the specified permission set.

§

Lists all the Amazon Web Services accounts where the specified permission set is provisioned.

§

Lists the SSO instances that the caller has access to.

§

Lists the IAM managed policy that is attached to a specified permission set.

§

Lists the status of the permission set provisioning requests for a specified SSO instance.

§

Lists the "PermissionSet"s in an SSO instance.

§

Lists all the permission sets that are provisioned to a specified Amazon Web Services account.

§

Lists the tags that are attached to a specified resource.

§

The process by which a specified permission set is provisioned to the specified target.

§
putInlinePolicyToPermissionSet(params: PutInlinePolicyToPermissionSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Attaches an IAM inline policy to a permission set.

Note: If the permission set is already referenced by one or more account assignments, you will need to call "ProvisionPermissionSet" after this action to apply the corresponding IAM policy updates to all assigned accounts.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a set of tags with a specified resource.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a set of tags from a specified resource.

§
updateInstanceAccessControlAttributeConfiguration(params: UpdateInstanceAccessControlAttributeConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as 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 replaces the attribute value with the value from the Amazon Web Services SSO identity store. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.

§
updatePermissionSet(params: UpdatePermissionSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates an existing permission set.

§Static Properties