Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.51 KB

File metadata and controls

50 lines (34 loc) · 1.51 KB
page_title seerr_user_settings_permissions Resource - seerr
subcategory
description Manage granular Seerr user settings permissions via /api/v1/user/{userId}/settings/permissions.

seerr_user_settings_permissions (Resource)

Manage granular Seerr user settings permissions via /api/v1/user/{userId}/settings/permissions.

Schema

Required

  • user_id (Number) The numeric ID of the user whose settings permissions to manage.

Optional

  • auto_approve_4k_movies (Boolean) Whether the user's 4K movie requests are automatically approved.
  • auto_approve_4k_tv (Boolean) Whether the user's 4K TV series requests are automatically approved.
  • auto_approve_movies (Boolean) Whether the user's movie requests are automatically approved.
  • auto_approve_tv (Boolean) Whether the user's TV series requests are automatically approved.

Read-Only

  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

The terraform import command can be used, for example:

# In Terraform 1.5.0 and later, use an import block to import seerr_user_settings_permissions. For example:
#
# import {
#   to = seerr_user_settings_permissions.example
#   id = "1"
# }

# The ID of the user.
# Otherwise, use the terraform import command:
terraform import seerr_user_settings_permissions.example 1