IdentityPropagationTrustKeytab

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

Bases: object

The keytab stored in the tenancy’s Vault. This is required if the identity propagation type is ‘SPNEGO’.

SCIM++ Properties: - idcsCompositeKey: [secretOcid] - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

secret_ocid [Required] Gets the secret_ocid of this IdentityPropagationTrustKeytab.
secret_version Gets the secret_version of this IdentityPropagationTrustKeytab.
__init__(**kwargs)

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

Parameters:
  • secret_ocid (str) – The value to assign to the secret_ocid property of this IdentityPropagationTrustKeytab.
  • secret_version (int) – The value to assign to the secret_version property of this IdentityPropagationTrustKeytab.
secret_ocid

[Required] Gets the secret_ocid of this IdentityPropagationTrustKeytab. The OCID of the secret. The secret content corresponding to the OCID is expected to be in Base64 encoded content type.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The secret_ocid of this IdentityPropagationTrustKeytab.
Return type:str
secret_version

Gets the secret_version of this IdentityPropagationTrustKeytab. The version of the secret. When the version is not specified, then the latest secret version is used during runtime.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The secret_version of this IdentityPropagationTrustKeytab.
Return type:int