KmsKeyVariableDependsOn

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

Bases: object

Depends on object.

Methods

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

Attributes

algorithm Gets the algorithm of this KmsKeyVariableDependsOn.
compartment_id [Required] Gets the compartment_id of this KmsKeyVariableDependsOn.
curve_id Gets the curve_id of this KmsKeyVariableDependsOn.
length Gets the length of this KmsKeyVariableDependsOn.
protection_mode Gets the protection_mode of this KmsKeyVariableDependsOn.
vault_id [Required] Gets the vault_id of this KmsKeyVariableDependsOn.
__init__(**kwargs)

Initializes a new KmsKeyVariableDependsOn 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 KmsKeyVariableDependsOn.
  • vault_id (str) – The value to assign to the vault_id property of this KmsKeyVariableDependsOn.
  • protection_mode (str) – The value to assign to the protection_mode property of this KmsKeyVariableDependsOn.
  • algorithm (str) – The value to assign to the algorithm property of this KmsKeyVariableDependsOn.
  • length (int) – The value to assign to the length property of this KmsKeyVariableDependsOn.
  • curve_id (str) – The value to assign to the curve_id property of this KmsKeyVariableDependsOn.
algorithm

Gets the algorithm of this KmsKeyVariableDependsOn. Key cryptographic algorithm (RSA, AES, etc).

Returns:The algorithm of this KmsKeyVariableDependsOn.
Return type:str
compartment_id

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

Returns:The compartment_id of this KmsKeyVariableDependsOn.
Return type:str
curve_id

Gets the curve_id of this KmsKeyVariableDependsOn. Curve identifier for key creation.

Returns:The curve_id of this KmsKeyVariableDependsOn.
Return type:str
length

Gets the length of this KmsKeyVariableDependsOn. Length of the cryptographic key in bits.

Returns:The length of this KmsKeyVariableDependsOn.
Return type:int
protection_mode

Gets the protection_mode of this KmsKeyVariableDependsOn. The KMS crypto protection mode string.

Returns:The protection_mode of this KmsKeyVariableDependsOn.
Return type:str
vault_id

[Required] Gets the vault_id of this KmsKeyVariableDependsOn. OCID of the Vault.

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