SourceRegionInformation¶
-
class
oci.vault.models.
SourceRegionInformation
(**kwargs)¶ Bases:
object
Details for the source that the source secret has.
Methods
__init__
(**kwargs)Initializes a new SourceRegionInformation object with values from keyword arguments. Attributes
source_key_id
[Required] Gets the source_key_id of this SourceRegionInformation. source_region
[Required] Gets the source_region of this SourceRegionInformation. source_vault_id
[Required] Gets the source_vault_id of this SourceRegionInformation. -
__init__
(**kwargs)¶ Initializes a new SourceRegionInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_key_id (str) – The value to assign to the source_key_id property of this SourceRegionInformation.
- source_region (str) – The value to assign to the source_region property of this SourceRegionInformation.
- source_vault_id (str) – The value to assign to the source_vault_id property of this SourceRegionInformation.
-
source_key_id
¶ [Required] Gets the source_key_id of this SourceRegionInformation. The OCID of the source region KMS key.
Returns: The source_key_id of this SourceRegionInformation. Return type: str
-
source_region
¶ [Required] Gets the source_region of this SourceRegionInformation. The name of the source’s region.
Returns: The source_region of this SourceRegionInformation. Return type: str
-
source_vault_id
¶ [Required] Gets the source_vault_id of this SourceRegionInformation. The OCID of the source region’s Vault.
Returns: The source_vault_id of this SourceRegionInformation. Return type: str
-