RepositoryDetails.TempCloneToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Temporary authentication token for cloning this repository.
[System.Text.Json.Serialization.JsonPropertyName("temp_clone_token")]
public string TempCloneToken { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("temp_clone_token")>]
member this.TempCloneToken : string with get, set
Public Property TempCloneToken As String
Property Value
- Attributes