Class UserCredentialCollection
List of UserCredentialSummary items.
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class UserCredentialCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<UserCredentialSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UserCredentialSummary> | Array of |
Remarks
Required