Show / Hide Table of Contents

Class UpdateRegisteredVaultForMtlsDetails

The details of the registered mTLS vault that you wish to update.

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

In this article
Back to top