MeX509Certificates¶
-
class
oci.identity_domains.models.
MeX509Certificates
(**kwargs)¶ Bases:
object
A list of certificates issued to the User.
Methods
__init__
(**kwargs)Initializes a new MeX509Certificates object with values from keyword arguments. Attributes
display
Gets the display of this MeX509Certificates. primary
Gets the primary of this MeX509Certificates. type
Gets the type of this MeX509Certificates. value
[Required] Gets the value of this MeX509Certificates. -
__init__
(**kwargs)¶ Initializes a new MeX509Certificates 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 MeX509Certificates.
- display (str) – The value to assign to the display property of this MeX509Certificates.
- type (str) – The value to assign to the type property of this MeX509Certificates.
- primary (bool) – The value to assign to the primary property of this MeX509Certificates.
-
display
¶ Gets the display of this MeX509Certificates. 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 MeX509Certificates. Return type: str
-
primary
¶ Gets the primary of this MeX509Certificates. 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 MeX509Certificates. Return type: bool
-
type
¶ Gets the type of this MeX509Certificates. 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 MeX509Certificates. Return type: str
-
value
¶ [Required] Gets the value of this MeX509Certificates. 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 MeX509Certificates. Return type: object
-