Show / Hide Table of Contents

Class NamedCredentialsMetadatum

Supported named credentials for the given management agent.

Inheritance
object
NamedCredentialsMetadatum
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public class NamedCredentialsMetadatum

Properties

Metadata

Declaration
[Required(ErrorMessage = "Metadata is required.")]
[JsonProperty(PropertyName = "metadata")]
public List<NamedCredentialMetadataDefinition> Metadata { get; set; }
Property Value
Type Description
List<NamedCredentialMetadataDefinition>

List of supported metadata definitions.

Remarks

Required

In this article
Back to top