DefinedTags¶
-
class
oci.identity_domains.models.DefinedTags(**kwargs)¶ Bases:
objectOCI Defined Tags
Added In: 2011192329
SCIM++ Properties: - idcsCompositeKey: [namespace, key, value] - type: complex - idcsSearchable: true - required: false - mutability: readWrite - multiValued: true - returned: default
Methods
__init__(**kwargs)Initializes a new DefinedTags object with values from keyword arguments. Attributes
key[Required] Gets the key of this DefinedTags. namespace[Required] Gets the namespace of this DefinedTags. value[Required] Gets the value of this DefinedTags. -
__init__(**kwargs)¶ Initializes a new DefinedTags object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this DefinedTags.
- key (str) – The value to assign to the key property of this DefinedTags.
- value (str) – The value to assign to the value property of this DefinedTags.
-
key¶ [Required] Gets the key of this DefinedTags. 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 DefinedTags. Return type: str
-
namespace¶ [Required] Gets the namespace of this DefinedTags. OCI Tag namespace
Added In: 2011192329
- SCIM++ Properties:
- caseExact: false
- type: string
- required: true
- mutability: readWrite
- returned: default
- idcsSearchable: true
- uniqueness: none
Returns: The namespace of this DefinedTags. Return type: str
-
value¶ [Required] Gets the value of this DefinedTags. 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 DefinedTags. Return type: str
-