UserExtRealmUsers¶
-
class
oci.identity_domains.models.
UserExtRealmUsers
(**kwargs)¶ Bases:
object
A list of kerberos realm users for an Oracle Identity Cloud Service User
SCIM++ Properties: - idcsCompositeKey: [value] - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtRealmUsers object with values from keyword arguments. Attributes
principal_name
Gets the principal_name of this UserExtRealmUsers. realm_name
Gets the realm_name of this UserExtRealmUsers. ref
Gets the ref of this UserExtRealmUsers. value
[Required] Gets the value of this UserExtRealmUsers. -
__init__
(**kwargs)¶ Initializes a new UserExtRealmUsers 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 UserExtRealmUsers.
- ref (str) – The value to assign to the ref property of this UserExtRealmUsers.
- principal_name (str) – The value to assign to the principal_name property of this UserExtRealmUsers.
- realm_name (str) – The value to assign to the realm_name property of this UserExtRealmUsers.
-
principal_name
¶ Gets the principal_name of this UserExtRealmUsers. Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- SCIM++ Properties:
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The principal_name of this UserExtRealmUsers. Return type: str
-
realm_name
¶ Gets the realm_name of this UserExtRealmUsers. Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The realm_name of this UserExtRealmUsers. Return type: str
-
ref
¶ Gets the ref of this UserExtRealmUsers. The URI of the corresponding KerberosRealmUser resource associated with the Oracle Identity Cloud Service User.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtRealmUsers. Return type: str
-
value
¶ [Required] Gets the value of this UserExtRealmUsers. id of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this UserExtRealmUsers. Return type: str
-