KmsSecretVariableDependsOn

class oci.fleet_apps_management.models.KmsSecretVariableDependsOn(**kwargs)

Bases: object

Depends on object.

Methods

__init__(**kwargs) Initializes a new KmsSecretVariableDependsOn object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this KmsSecretVariableDependsOn.
name Gets the name of this KmsSecretVariableDependsOn.
vault_id Gets the vault_id of this KmsSecretVariableDependsOn.
__init__(**kwargs)

Initializes a new KmsSecretVariableDependsOn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this KmsSecretVariableDependsOn.
  • vault_id (str) – The value to assign to the vault_id property of this KmsSecretVariableDependsOn.
  • name (str) – The value to assign to the name property of this KmsSecretVariableDependsOn.
compartment_id

[Required] Gets the compartment_id of this KmsSecretVariableDependsOn. OCID of the compartment.

Returns:The compartment_id of this KmsSecretVariableDependsOn.
Return type:str
name

Gets the name of this KmsSecretVariableDependsOn. Name of the KMS secret in the vault.

Returns:The name of this KmsSecretVariableDependsOn.
Return type:str
vault_id

Gets the vault_id of this KmsSecretVariableDependsOn. OCID of the Vault.

Returns:The vault_id of this KmsSecretVariableDependsOn.
Return type:str