Class UpdateRegisteredVaultForMtlsDetails
The details of the registered mTLS vault that you wish to update.
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class UpdateRegisteredVaultForMtlsDetails
Properties
FleetId
Declaration
[Required(ErrorMessage = "FleetId is required.")]
[JsonProperty(PropertyName = "fleetId")]
public string FleetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Identifier of the fleet associated with the mTLS connection. |
Remarks
Required