Show / Hide Table of Contents

Class NamedCredentialCollection

Results of a Named Credential list request.

Inheritance
object
NamedCredentialCollection
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 NamedCredentialCollection

Properties

Items

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

Named Credential summary.

Remarks

Required

In this article
Back to top