Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.04 KB

File metadata and controls

44 lines (28 loc) · 1.04 KB
page_title subcategory description
openai_fine_tuning_checkpoint_permissions Data Source - terraform-provider-openai

openai_fine_tuning_checkpoint_permissions (Data Source)

Schema

Required

  • checkpoint_id (String) The ID of the checkpoint to fetch permissions for

Optional

  • after (String) Identifier for the last permission from the previous pagination request
  • limit (Number) Number of permissions to retrieve (default: 20)

Read-Only

  • has_more (Boolean) Whether there are more permissions to retrieve
  • id (String) The ID of this resource.
  • permissions (List of Object) (see below for nested schema)

Nested Schema for permissions

Read-Only:

  • allow_create (Boolean)
  • allow_view (Boolean)
  • checkpoint_id (String)
  • created_at (Number)
  • id (String)
  • object (String)
  • project_ids (List of String)