CspZoneKeyReferenceId

class oci.multicloud.models.CspZoneKeyReferenceId(**kwargs)

Bases: object

This is CSP zone key reference

Methods

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

Attributes

key_name [Required] Gets the key_name of this CspZoneKeyReferenceId.
key_value [Required] Gets the key_value of this CspZoneKeyReferenceId.
__init__(**kwargs)

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

Parameters:
  • key_value (str) – The value to assign to the key_value property of this CspZoneKeyReferenceId.
  • key_name (str) – The value to assign to the key_name property of this CspZoneKeyReferenceId.
key_name

[Required] Gets the key_name of this CspZoneKeyReferenceId. KeyName for Azure=AzureSubscriptionId Aws=AwsAccountId GCP=GcpProjectName

Returns:The key_name of this CspZoneKeyReferenceId.
Return type:str
key_value

[Required] Gets the key_value of this CspZoneKeyReferenceId. Value of keyName

GcpProjectName: A human-readable name for your project. The project name isn’t used by any Google APIs. You can edit the project name at any time during or after project creation. Project names do not need to be unique. AzureSubscriptionId: A unique alphanumeric string that identifies your Azure subscription. AwsAccountId: a unique 12-digit number that identifies an Amazon Web Services (AWS) account
Returns:The key_value of this CspZoneKeyReferenceId.
Return type:str