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

    Type Alias AuthorizationResult

    type AuthorizationResult = {
        authorizationKey: AuthorizationKey;
        ownerId: string;
        ownerType: OwnerTypeEnum;
        permissionTypes: PermissionTypeEnum[];
        resourceId: string | null;
        resourcePropertyName: string | null;
        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 | null

    ID of the resource the permission relates to (mutually exclusive with resourcePropertyName).

    resourcePropertyName: string | null

    The name of the resource property the permission relates to (mutually exclusive with resourceId).

    resourceType: ResourceTypeEnum

    The type of resource that the permissions relate to.