GitHubModelFactory.Verification Method
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.
Creates a new instance of Verification(Nullable<Boolean>, String, String, String).
public static Azure.Connectors.Sdk.GitHub.Models.Verification Verification(bool? isVerified = default, string verificationReason = default, string signedValue = default, string commitSignature = default);
static member Verification : Nullable<bool> * string * string * string -> Azure.Connectors.Sdk.GitHub.Models.Verification
Public Shared Function Verification (Optional isVerified As Nullable(Of Boolean) = Nothing, Optional verificationReason As String = Nothing, Optional signedValue As String = Nothing, Optional commitSignature As String = Nothing) As Verification
Parameters
- verificationReason
- String
- signedValue
- String
- commitSignature
- String