Class Permission
- Namespace
- OpenAI.Models
- Assembly
- OpenAI-DotNet.dll
public sealed class Permission
- Inheritance
-
Permission
- Inherited Members
-
Properties
AllowCreateEngine
[JsonInclude]
[JsonPropertyName("allow_create_engine")]
public bool AllowCreateEngine { get; }
Property Value
- bool
AllowFineTuning
[JsonInclude]
[JsonPropertyName("allow_fine_tuning")]
public bool AllowFineTuning { get; }
Property Value
- bool
AllowLogprobs
[JsonInclude]
[JsonPropertyName("allow_logprobs")]
public bool AllowLogprobs { get; }
Property Value
- bool
AllowSampling
[JsonInclude]
[JsonPropertyName("allow_sampling")]
public bool AllowSampling { get; }
Property Value
- bool
AllowSearchIndices
[JsonInclude]
[JsonPropertyName("allow_search_indices")]
public bool AllowSearchIndices { get; }
Property Value
- bool
AllowView
[JsonInclude]
[JsonPropertyName("allow_view")]
public bool AllowView { get; }
Property Value
- bool
CreatedAt
[JsonIgnore]
public DateTime CreatedAt { get; }
Property Value
- DateTime
CreatedAtUnitTimeSeconds
[JsonInclude]
[JsonPropertyName("created")]
public int CreatedAtUnitTimeSeconds { get; }
Property Value
- int
CreatedAtUnixTime
[Obsolete("use CreatedAtUnitTimeSeconds")]
public int CreatedAtUnixTime { get; }
Property Value
- int
Group
[JsonInclude]
[JsonPropertyName("group")]
public object Group { get; }
Property Value
- object
Id
[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }
Property Value
- string
IsBlocking
[JsonInclude]
[JsonPropertyName("is_blocking")]
public bool IsBlocking { get; }
Property Value
- bool
Object
[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }
Property Value
- string
Organization
[JsonInclude]
[JsonPropertyName("organization")]
public string Organization { get; }
Property Value
- string