FreeformTags

class oci.identity_domains.models.FreeformTags(**kwargs)

Bases: object

OCI Freeform Tags

Added In: 2011192329

SCIM++ Properties: - idcsCompositeKey: [key, value] - idcsSearchable: true - type: complex - required: false - mutability: readWrite - returned: default - multiValued: true

Methods

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

Attributes

key [Required] Gets the key of this FreeformTags.
value [Required] Gets the value of this FreeformTags.
__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this FreeformTags.
  • value (str) – The value to assign to the value property of this FreeformTags.
key

[Required] Gets the key of this FreeformTags. OCI Tag key

Added In: 2011192329

SCIM++ Properties:
  • caseExact: false
  • type: string
  • required: true
  • mutability: readWrite
  • returned: default
  • idcsSearchable: true
  • uniqueness: none
Returns:The key of this FreeformTags.
Return type:str
value

[Required] Gets the value of this FreeformTags. OCI Tag value

Added In: 2011192329

SCIM++ Properties:
  • caseExact: false
  • required: true
  • idcsReturnEmptyWhenNull: true
  • mutability: readWrite
  • returned: default
  • type: string
  • idcsSearchable: true
  • uniqueness: none
Returns:The value of this FreeformTags.
Return type:str