@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias RoleCreateResult

    type RoleCreateResult = {
        description?: string;
        name?: string;
        roleId?: string;
    }
    Index

    Properties

    description?: string

    The description of the created role.

    name?: string

    The display name of the created role.

    roleId?: string

    The ID of the created role.