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

DisassociateUserRequest

import type { DisassociateUserRequest } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";
interface DisassociateUserRequest {
Domain?: string | null;
IdentityProvider: IdentityProvider;
InstanceId: string;
Username: string;
}

§Properties

§
Domain?: string | null
[src]

The domain name of the user.

§
IdentityProvider: IdentityProvider
[src]

An object that specifies details for the identity provider.

§
InstanceId: string
[src]

The ID of the EC2 instance, which provides user-based subscriptions.

§
Username: string
[src]

The user name from the identity provider for the user.