Class DownloadOperationsInsightsWarehouseWalletDetails
Download Wallet details.
Inherited Members
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