GroupExtOwners¶
-
class
oci.identity_domains.models.
GroupExtOwners
(**kwargs)¶ Bases:
object
Group owners
SCIM++ Properties: - caseExact: false - idcsCompositeKey: [value, type] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
Attributes
TYPE_APP
A constant which can be used with the type property of a GroupExtOwners. TYPE_USER
A constant which can be used with the type property of a GroupExtOwners. display
Gets the display of this GroupExtOwners. ref
Gets the ref of this GroupExtOwners. type
[Required] Gets the type of this GroupExtOwners. value
[Required] Gets the value of this GroupExtOwners. Methods
__init__
(**kwargs)Initializes a new GroupExtOwners object with values from keyword arguments. -
TYPE_APP
= 'App'¶ A constant which can be used with the type property of a GroupExtOwners. This constant has a value of “App”
-
TYPE_USER
= 'User'¶ A constant which can be used with the type property of a GroupExtOwners. This constant has a value of “User”
-
__init__
(**kwargs)¶ Initializes a new GroupExtOwners object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this GroupExtOwners.
- ref (str) – The value to assign to the ref property of this GroupExtOwners.
- display (str) – The value to assign to the display property of this GroupExtOwners.
- type (str) – The value to assign to the type property of this GroupExtOwners. Allowed values for this property are: “User”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
display
¶ Gets the display of this GroupExtOwners. Owner display name
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this GroupExtOwners. Return type: str
-
ref
¶ Gets the ref of this GroupExtOwners. The URI that corresponds to the owning Resource of this Group
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this GroupExtOwners. Return type: str
-
type
¶ [Required] Gets the type of this GroupExtOwners. Indicates the type of resource–for example, User or Group
- SCIM++ Properties:
- caseExact: true
- idcsDefaultValue: User
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “User”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this GroupExtOwners. Return type: str
-
value
¶ [Required] Gets the value of this GroupExtOwners. ID of the owner of this Group
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this GroupExtOwners. Return type: str
-