public static class IdentityPropagationTrustKeytab.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdentityPropagationTrustKeytab |
build() |
IdentityPropagationTrustKeytab.Builder |
copy(IdentityPropagationTrustKeytab model) |
IdentityPropagationTrustKeytab.Builder |
secretOcid(String secretOcid)
The OCID of the secret.
|
IdentityPropagationTrustKeytab.Builder |
secretVersion(Integer secretVersion)
The version of the secret.
|
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
secretOcid
- the value to setpublic 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
secretVersion
- the value to setpublic IdentityPropagationTrustKeytab build()
public IdentityPropagationTrustKeytab.Builder copy(IdentityPropagationTrustKeytab model)
Copyright © 2016–2024. All rights reserved.