RepositoryDetails.Permissions Property

Definition

Permissions on the repository.

[System.Text.Json.Serialization.JsonPropertyName("permissions")]
public System.Text.Json.JsonElement? Permissions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("permissions")>]
member this.Permissions : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Permissions As Nullable(Of JsonElement)

Property Value

Attributes

Applies to