Class IdentityPropagationTrustKeytab.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.IdentityPropagationTrustKeytab.Builder
 
- 
- Enclosing class:
- IdentityPropagationTrustKeytab
 
 public static class IdentityPropagationTrustKeytab.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPropagationTrustKeytabbuild()IdentityPropagationTrustKeytab.Buildercopy(IdentityPropagationTrustKeytab model)IdentityPropagationTrustKeytab.BuildersecretOcid(String secretOcid)The OCID of the secret.IdentityPropagationTrustKeytab.BuildersecretVersion(Integer secretVersion)The version of the secret.
 
- 
- 
- 
Method Detail- 
secretOcidpublic 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
 
 - 
secretVersionpublic 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
 
 - 
buildpublic IdentityPropagationTrustKeytab build() 
 - 
copypublic IdentityPropagationTrustKeytab.Builder copy(IdentityPropagationTrustKeytab model) 
 
- 
 
-