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

DescribeGroupResponse

import type { DescribeGroupResponse } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface DescribeGroupResponse {
Description?: string | null;
DisplayName?: string | null;
ExternalIds?: ExternalId[] | null;
GroupId: string;
IdentityStoreId: string;
}

§Properties

§
Description?: string | null
[src]

A string containing a description of the group.

§
DisplayName?: string | null
[src]

The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.

§
ExternalIds?: ExternalId[] | null
[src]

A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

§
GroupId: string
[src]

The identifier for a group in the identity store.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.