Show / Hide Table of Contents

Class CredentialDetails

DiscoveryJob Credential Details.

Inheritance
object
CredentialDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top