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

    Type Alias AuthorizationPropertyBasedRequest

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

    Properties

    ownerId: string

    The ID of the owner of the permissions.

    ownerType: OwnerTypeEnum
    permissionTypes: PermissionTypeEnum[]

    The permission types to add.

    resourcePropertyName: string

    The name of the resource property on which this authorization is based.

    resourceType: ResourceTypeEnum

    The type of resource to add permissions to.