@umbraco-cms/backoffice
    Preparing search index...

    Type Alias UmbFallbackUserPermissionConditionConfig

    UmbFallbackUserPermissionConditionConfig: UmbConditionConfigBase<
        "Umb.Condition.UserPermission.Fallback",
    > & { allOf?: string[]; oneOf?: string[] }

    Type Declaration

    • OptionalallOf?: string[]

      The user must have all of the permissions in this array for the condition to be met.

      ["Umb.PermissionOne", "Umb.PermissionTwo"]
      
    • OptionaloneOf?: string[]

      The user must have at least one of the permissions in this array for the condition to be met.

      ["Umb.PermissionOne", "Umb.PermissionTwo"]