Show / Hide Table of Contents

Class DownloadOperationsInsightsWarehouseWalletDetails

Download Wallet details.

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

Properties

OperationsInsightsWarehouseWalletPassword

Declaration
[Required(ErrorMessage = "OperationsInsightsWarehouseWalletPassword is required.")]
[JsonProperty(PropertyName = "operationsInsightsWarehouseWalletPassword")]
public string OperationsInsightsWarehouseWalletPassword { get; set; }
Property Value
Type Description
string

User provided ADW wallet password for the Ops Insights Warehouse.

Remarks

Required

In this article
Back to top