UserX509Certificates

class oci.identity_domains.models.UserX509Certificates(**kwargs)

Bases: object

A list of certificates issued to the User.

Methods

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

Attributes

display Gets the display of this UserX509Certificates.
primary Gets the primary of this UserX509Certificates.
type Gets the type of this UserX509Certificates.
value [Required] Gets the value of this UserX509Certificates.
__init__(**kwargs)

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

Parameters:
  • value (object) – The value to assign to the value property of this UserX509Certificates.
  • display (str) – The value to assign to the display property of this UserX509Certificates.
  • type (str) – The value to assign to the type property of this UserX509Certificates.
  • primary (bool) – The value to assign to the primary property of this UserX509Certificates.
display

Gets the display of this UserX509Certificates. A human readable name, primarily used for display purposes.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The display of this UserX509Certificates.
Return type:str
primary

Gets the primary of this UserX509Certificates. A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute. The primary attribute value ‘true’ MUST appear no more than once.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The primary of this UserX509Certificates.
Return type:bool
type

Gets the type of this UserX509Certificates. A label indicating the attribute’s function.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The type of this UserX509Certificates.
Return type:str
value

[Required] Gets the value of this UserX509Certificates. The value of a X509 certificate.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: binary
  • uniqueness: none
Returns:The value of this UserX509Certificates.
Return type:object