Uses of Class
com.oracle.bmc.identitydomains.model.IdentityPropagationTrustKeytab
-
Packages that use IdentityPropagationTrustKeytab Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdentityPropagationTrustKeytab in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentityPropagationTrustKeytab Modifier and Type Method Description IdentityPropagationTrustKeytab
IdentityPropagationTrustKeytab.Builder. build()
IdentityPropagationTrustKeytab
IdentityPropagationTrust. getKeytab()
Methods in com.oracle.bmc.identitydomains.model with parameters of type IdentityPropagationTrustKeytab Modifier and Type Method Description IdentityPropagationTrustKeytab.Builder
IdentityPropagationTrustKeytab.Builder. copy(IdentityPropagationTrustKeytab model)
IdentityPropagationTrust.Builder
IdentityPropagationTrust.Builder. keytab(IdentityPropagationTrustKeytab keytab)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type IdentityPropagationTrustKeytab Constructor Description IdentityPropagationTrust(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String name, String description, IdentityPropagationTrust.Type type, String issuer, String accountId, String subjectClaimName, String subjectMappingAttribute, IdentityPropagationTrust.SubjectType subjectType, String clientClaimName, List<String> clientClaimValues, Boolean active, String publicKeyEndpoint, String publicCertificate, List<String> oauthClients, Boolean allowImpersonation, Integer clockSkewSeconds, List<IdentityPropagationTrustImpersonationServiceUsers> impersonationServiceUsers, IdentityPropagationTrustKeytab keytab)
Deprecated.
-