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

UpdateGroupRequest

import type { UpdateGroupRequest } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface UpdateGroupRequest {
GroupId: string;
IdentityStoreId: string;
Operations: AttributeOperation[];
}

§Properties

§
GroupId: string
[src]

The identifier for a group in the identity store.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.

§

A list of AttributeOperation objects to apply to the requested group. These operations might add, replace, or remove an attribute.