Show / Hide Table of Contents

Class UpdateOnPremConnectorWalletDetails

The details used to update an on-premises connector's wallet.

Inheritance
object
UpdateOnPremConnectorWalletDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top