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

ProductUserSummary

import type { ProductUserSummary } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";

The summary of the user-based subscription products for a user.

interface ProductUserSummary {
Domain?: string | null;
IdentityProvider: IdentityProvider;
Product: string;
Status: string;
StatusMessage?: string | null;
SubscriptionEndDate?: string | null;
SubscriptionStartDate?: string | null;
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.

§
Product: string
[src]

The name of the user-based subscription product.

§
Status: string
[src]

The status of a product for a user.

§
StatusMessage?: string | null
[src]

The status message for a product for a user.

§
SubscriptionEndDate?: string | null
[src]

The end date of a subscription.

§
SubscriptionStartDate?: string | null
[src]

The start date of a subscription.

§
Username: string
[src]

The user name from the identity provider of the user.