AppCertificates

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

Bases: object

Each value of this attribute represent a certificate that this App uses when it acts as an OAuthClient.

Methods

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

Attributes

cert_alias [Required] Gets the cert_alias of this AppCertificates.
kid Gets the kid of this AppCertificates.
sha1_thumbprint Gets the sha1_thumbprint of this AppCertificates.
x509_base64_certificate Gets the x509_base64_certificate of this AppCertificates.
x5t Gets the x5t of this AppCertificates.
__init__(**kwargs)

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

Parameters:
  • cert_alias (str) – The value to assign to the cert_alias property of this AppCertificates.
  • sha1_thumbprint (str) – The value to assign to the sha1_thumbprint property of this AppCertificates.
  • kid (str) – The value to assign to the kid property of this AppCertificates.
  • x5t (str) – The value to assign to the x5t property of this AppCertificates.
  • x509_base64_certificate (object) – The value to assign to the x509_base64_certificate property of this AppCertificates.
cert_alias

[Required] Gets the cert_alias of this AppCertificates. Certificate alias

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
Returns:The cert_alias of this AppCertificates.
Return type:str
kid

Gets the kid of this AppCertificates. Certificate kid

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The kid of this AppCertificates.
Return type:str
sha1_thumbprint

Gets the sha1_thumbprint of this AppCertificates. sha1Thumbprint

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The sha1_thumbprint of this AppCertificates.
Return type:str
x509_base64_certificate

Gets the x509_base64_certificate of this AppCertificates. Base-64-encoded certificate.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: binary
  • uniqueness: none
Returns:The x509_base64_certificate of this AppCertificates.
Return type:object
x5t

Gets the x5t of this AppCertificates. Certificate x5t

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The x5t of this AppCertificates.
Return type:str