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

    Type Alias AuthorizationResult

    type AuthorizationResult = {
        authorizationKey?: AuthorizationKey;
        ownerId?: string;
        ownerType?: OwnerTypeEnum;
        permissionTypes?: PermissionTypeEnum[];
        resourceId?: string;
        resourceType?: ResourceTypeEnum;
    }
    Index

    Properties

    authorizationKey?: AuthorizationKey

    The key of the authorization.

    ownerId?: string

    The ID of the owner of permissions.

    ownerType?: OwnerTypeEnum
    permissionTypes?: PermissionTypeEnum[]

    Specifies the types of the permissions.

    resourceId?: string

    ID of the resource the permission relates to.

    resourceType?: ResourceTypeEnum

    The type of resource that the permissions relate to.