Class ConnectionValidationResult
The result of validating the credentials of a connection.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ConnectionValidationResult
Properties
Message
Declaration
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string | A message describing the result of connection validation in more detail. |
Result
Declaration
[JsonProperty(PropertyName = "result")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ConnectionValidationResult.ResultEnum? Result { get; set; }
Property Value
Type | Description |
---|---|
ConnectionValidationResult.ResultEnum? | The latest result of whether the credentials pass the validation. |
TimeValidated
Declaration
[JsonProperty(PropertyName = "timeValidated")]
public DateTime? TimeValidated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The latest timestamp when the connection was validated. Format defined by RFC3339. |