IdentityPropagationTrustCaCertChain¶
-
class
oci.identity_domains.models.IdentityPropagationTrustCaCertChain(**kwargs)¶ Bases:
objectCertificate trust store. This is required if identity propagation type is X509.
Added In: 2508041610
SCIM++ Properties: - caseExact: true - type: complex - multiValued: false - required: false - mutability: readWrite - returned: default - uniqueness: none
Methods
__init__(**kwargs)Initializes a new IdentityPropagationTrustCaCertChain object with values from keyword arguments. Attributes
intermediate_c_asGets the intermediate_c_as of this IdentityPropagationTrustCaCertChain. root_c_as[Required] Gets the root_c_as of this IdentityPropagationTrustCaCertChain. -
__init__(**kwargs)¶ Initializes a new IdentityPropagationTrustCaCertChain object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - root_c_as (list[str]) – The value to assign to the root_c_as property of this IdentityPropagationTrustCaCertChain.
- intermediate_c_as (list[str]) – The value to assign to the intermediate_c_as property of this IdentityPropagationTrustCaCertChain.
-
intermediate_c_as¶ Gets the intermediate_c_as of this IdentityPropagationTrustCaCertChain. A list of PEM-encoded intermediate CA certificates.
Added In: 2508041610
- SCIM++ Properties:
- caseExact: true
- type: string
- multiValued: true
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
Returns: The intermediate_c_as of this IdentityPropagationTrustCaCertChain. Return type: list[str]
-
root_c_as¶ [Required] Gets the root_c_as of this IdentityPropagationTrustCaCertChain. A list of PEM-encoded root CA certificates.
Added In: 2508041610
- SCIM++ Properties:
- caseExact: true
- type: string
- multiValued: true
- required: true
- mutability: readWrite
- returned: default
- uniqueness: none
Returns: The root_c_as of this IdentityPropagationTrustCaCertChain. Return type: list[str]
-