AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Enum GranteeType

    Defines types of the grantee of this permission.

    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public enum GranteeType

    Fields

    Name Description
    Everyone

    Represents access to everyone. No extra information is required.

    Group

    Represents a group. When set, you must provide emailAddress for the group.

    Unspecified

    The default value. This value is unused.

    User

    Represents a user. When set, you must provide emailAddress for the user.

    In this article
    Back to top Generated by DocFX