Class UpdateOnPremConnectorWalletDetails
The details used to update an on-premises connector's wallet.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class UpdateOnPremConnectorWalletDetails
Properties
IsUpdate
Declaration
[JsonProperty(PropertyName = "isUpdate")]
public bool? IsUpdate { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether to update or not. If false, the wallet will not be updated. Default is false. |