Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    Interface EventStreamCloudEventGroupRoleAssignedObjectRole

    The role assigned to the group.

    interface EventStreamCloudEventGroupRoleAssignedObjectRole {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the role.

    name: string

    The name of the role.