Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
SelfRegistrationProfileConsentText |
SelfRegistrationProfileConsentText.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SelfRegistrationProfileConsentText> |
SelfRegistrationProfile.getConsentText()
Consent text
|
Modifier and Type | Method and Description |
---|---|
SelfRegistrationProfileConsentText.Builder |
SelfRegistrationProfileConsentText.Builder.copy(SelfRegistrationProfileConsentText model) |
Modifier and Type | Method and Description |
---|---|
SelfRegistrationProfile.Builder |
SelfRegistrationProfile.Builder.consentText(List<SelfRegistrationProfileConsentText> consentText)
Consent text
|
Constructor and Description |
---|
SelfRegistrationProfile(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 externalId,
String name,
Boolean activationEmailRequired,
Integer numberOfDaysRedirectUrlIsValid,
Boolean active,
Boolean showOnLoginPage,
List<String> allowedEmailDomains,
List<String> disallowedEmailDomains,
String headerLogo,
String footerLogo,
String redirectUrl,
Boolean consentTextPresent,
List<SelfRegistrationProfileDisplayName> displayName,
List<SelfRegistrationProfileAfterSubmitText> afterSubmitText,
List<SelfRegistrationProfileUserAttributes> userAttributes,
SelfRegistrationProfileEmailTemplate emailTemplate,
List<SelfRegistrationProfileDefaultGroups> defaultGroups,
List<SelfRegistrationProfileHeaderText> headerText,
List<SelfRegistrationProfileFooterText> footerText,
List<SelfRegistrationProfileConsentText> consentText)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.