AppAllowedTags¶
-
class
oci.identity_domains.models.AppAllowedTags(**kwargs)¶ Bases:
objectA list of tags, acting as an OAuthClient, this App is allowed to access.
Methods
__init__(**kwargs)Initializes a new AppAllowedTags object with values from keyword arguments. Attributes
key[Required] Gets the key of this AppAllowedTags. read_onlyGets the read_only of this AppAllowedTags. value[Required] Gets the value of this AppAllowedTags. -
__init__(**kwargs)¶ Initializes a new AppAllowedTags 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 AppAllowedTags.
- value (str) – The value to assign to the value property of this AppAllowedTags.
- read_only (bool) – The value to assign to the read_only property of this AppAllowedTags.
-
key¶ [Required] Gets the key of this AppAllowedTags. Key or name of the allowed tag.
Added In: 17.4.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The key of this AppAllowedTags. Return type: str
-
read_only¶ Gets the read_only of this AppAllowedTags. If true, indicates that this value must be protected.
Added In: 18.2.2
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
Returns: The read_only of this AppAllowedTags. Return type: bool
-
value¶ [Required] Gets the value of this AppAllowedTags. Value of the allowed tag.
Added In: 17.4.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AppAllowedTags. Return type: str
-