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.3/services/identitystore.ts?docs=full";
interface DescribeGroupResponse {
DisplayName: string;
GroupId: string;
}

§Properties

§
DisplayName: string
[src]

Contains 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. The characters <>;:% are excluded. 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.

§
GroupId: string
[src]

The identifier for a group in the identity store.