AuthServiceUser

class oci.identity_data_plane.models.AuthServiceUser(**kwargs)

Bases: object

AuthServiceUser model.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this AuthServiceUser.
display_name [Required] Gets the display_name of this AuthServiceUser.
id [Required] Gets the id of this AuthServiceUser.
name [Required] Gets the name of this AuthServiceUser.
tenant_id [Required] Gets the tenant_id of this AuthServiceUser.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this AuthServiceUser.
  • tenant_id (str) – The value to assign to the tenant_id property of this AuthServiceUser.
  • id (str) – The value to assign to the id property of this AuthServiceUser.
  • name (str) – The value to assign to the name property of this AuthServiceUser.
  • display_name (str) – The value to assign to the display_name property of this AuthServiceUser.
compartment_id

[Required] Gets the compartment_id of this AuthServiceUser. The id of the compartment.

Returns:The compartment_id of this AuthServiceUser.
Return type:str
display_name

[Required] Gets the display_name of this AuthServiceUser. The display name of the user.

Returns:The display_name of this AuthServiceUser.
Return type:str
id

[Required] Gets the id of this AuthServiceUser. The user’s Oracle ID (OCID).

Returns:The id of this AuthServiceUser.
Return type:str
name

[Required] Gets the name of this AuthServiceUser. The name of the user.

Returns:The name of this AuthServiceUser.
Return type:str
tenant_id

[Required] Gets the tenant_id of this AuthServiceUser. The id of the tenant.

Returns:The tenant_id of this AuthServiceUser.
Return type:str