Class CredentialDetails
DiscoveryJob Credential Details.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class CredentialDetails
Properties
CredentialName
Declaration
[Required(ErrorMessage = "CredentialName is required.")]
[JsonProperty(PropertyName = "credentialName")]
public string CredentialName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of Credential |
Remarks
Required
CredentialType
Declaration
[Required(ErrorMessage = "CredentialType is required.")]
[JsonProperty(PropertyName = "credentialType")]
public string CredentialType { get; set; }
Property Value
Type | Description |
---|---|
string | Name of Credential Type |
Remarks
Required
Properties
Declaration
[Required(ErrorMessage = "Properties is required.")]
[JsonProperty(PropertyName = "properties")]
public PropertyDetails Properties { get; set; }
Property Value
Type | Description |
---|---|
PropertyDetails |
Remarks
Required