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

    Type Alias AuthorizationRequest

    type AuthorizationRequest = {
        ownerId: string;
        ownerType: OwnerTypeEnum;
        permissionTypes: PermissionTypeEnum[];
        resourceId: string;
        resourceType: ResourceTypeEnum;
    }
    Index

    Properties

    ownerId: string

    The ID of the owner of the permissions.

    ownerType: OwnerTypeEnum
    permissionTypes: PermissionTypeEnum[]

    The permission types to add.

    resourceId: string

    The ID of the resource to add permissions to.

    resourceType: ResourceTypeEnum

    The type of resource to add permissions to.