UpdateRegisteredVaultForMtlsDetails¶
-
class
oci.key_management.models.UpdateRegisteredVaultForMtlsDetails(**kwargs)¶ Bases:
objectThe details of the registered mTLS vault that you wish to update.
Methods
__init__(**kwargs)Initializes a new UpdateRegisteredVaultForMtlsDetails object with values from keyword arguments. Attributes
fleet_id[Required] Gets the fleet_id of this UpdateRegisteredVaultForMtlsDetails. -
__init__(**kwargs)¶ Initializes a new UpdateRegisteredVaultForMtlsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: fleet_id (str) – The value to assign to the fleet_id property of this UpdateRegisteredVaultForMtlsDetails.
-
fleet_id¶ [Required] Gets the fleet_id of this UpdateRegisteredVaultForMtlsDetails. Identifier of the fleet associated with the mTLS connection.
Returns: The fleet_id of this UpdateRegisteredVaultForMtlsDetails. Return type: str
-