IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Container for the person being granted permissions.

    interface Grantee {
        DisplayName?: string;
        EmailAddress?: string;
        ID?: string;
        URI?: string;
        Type: Type | undefined;
    }
    Index

    Properties

    DisplayName?: string

    EmailAddress?: string

    ID?: string

    The canonical user ID of the grantee.

    URI?: string

    URI of the grantee group.

    Type: Type | undefined

    Type of grantee