Class IdentityPropagationTrustKeytab.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • secretOcid

        public IdentityPropagationTrustKeytab.Builder secretOcid​(String secretOcid)
        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

        Parameters:
        secretOcid - the value to set
        Returns:
        this builder
      • secretVersion

        public IdentityPropagationTrustKeytab.Builder secretVersion​(Integer secretVersion)
        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

        Parameters:
        secretVersion - the value to set
        Returns:
        this builder