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

    Container for grant information.

    interface Grant {
        Grantee?: Grantee;
        Permission?: Permission;
    }
    Index

    Properties

    Grantee?: Grantee

    The person being granted permissions.

    Permission?: Permission

    Specifies the permission given to the grantee.