ExtensionOCITags

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

Bases: object

OCI Tags.

Methods

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

Attributes

defined_tags Gets the defined_tags of this ExtensionOCITags.
freeform_tags Gets the freeform_tags of this ExtensionOCITags.
tag_slug Gets the tag_slug of this ExtensionOCITags.
__init__(**kwargs)

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

Parameters:
defined_tags

Gets the defined_tags of this ExtensionOCITags. OCI Defined Tags

Added In: 2011192329

SCIM++ Properties:
  • idcsCompositeKey: [namespace, key, value]
  • type: complex
  • idcsSearchable: true
  • required: false
  • mutability: readWrite
  • multiValued: true
  • returned: default
Returns:The defined_tags of this ExtensionOCITags.
Return type:list[oci.identity_domains.models.DefinedTags]
freeform_tags

Gets the freeform_tags of this ExtensionOCITags. OCI Freeform Tags

Added In: 2011192329

SCIM++ Properties:
  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • type: complex
  • required: false
  • mutability: readWrite
  • returned: default
  • multiValued: true
Returns:The freeform_tags of this ExtensionOCITags.
Return type:list[oci.identity_domains.models.FreeformTags]
tag_slug

Gets the tag_slug of this ExtensionOCITags. OCI Tag slug

Added In: 2011192329

SCIM++ Properties:
  • type: binary
  • mutability: readOnly
  • returned: request
Returns:The tag_slug of this ExtensionOCITags.
Return type:object