Tags

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

Bases: object

A list of tags on this resource.

Methods

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

Attributes

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

Initializes a new Tags 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 Tags.
  • value (str) – The value to assign to the value property of this Tags.
key

[Required] Gets the key of this Tags. Key or name of the tag.

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

[Required] Gets the value of this Tags. Value of the tag.

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