MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.additionalAttributes(List<MyAuthenticationFactorInitiatorAdditionalAttributes> additionalAttributes) |
Additional attributes which will be sent as part of a push notification
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.authFactor(MyAuthenticationFactorInitiator.AuthFactor authFactor) |
Auth Factor represents the type of multi-factor authentication channel for which the
request has been initiated.
|
static MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.builder() |
Create a new builder.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.compartmentOcid(String compartmentOcid) |
OCI Compartment Id (ocid) in which the resource lives.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.copy(MyAuthenticationFactorInitiator model) |
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.deleteInProgress(Boolean deleteInProgress) |
A boolean flag indicating this resource in the process of being deleted.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.deviceId(String deviceId) |
Enrolled Device id on which the multi factor has been initiated.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.domainOcid(String domainOcid) |
OCI Domain Id (ocid) in which the resource lives.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.id(String id) |
Unique identifier for the SCIM Resource as defined by the Service Provider.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.idcsCreatedBy(IdcsCreatedBy idcsCreatedBy) |
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.idcsLastModifiedBy(IdcsLastModifiedBy idcsLastModifiedBy) |
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.idcsLastUpgradedInRelease(String idcsLastUpgradedInRelease) |
The release number when the resource was upgraded.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.idcsPreventedOperations(List<IdcsPreventedOperations> idcsPreventedOperations) |
Each value of this attribute specifies an operation that only an internal client may
perform on this particular resource.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.isAccRecEnabled(Boolean isAccRecEnabled) |
Flag indicates whether the device is enrolled in account recovery
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.meta(Meta meta) |
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.ocid(String ocid) |
Unique OCI identifier for the SCIM Resource.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.preferenceType(MyAuthenticationFactorInitiator.PreferenceType preferenceType) |
Indicates whether to user passwordless factor to be updated or mfa factor to be updated
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.requestId(String requestId) |
Unique RequestId generated for each initiator request.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.scenario(MyAuthenticationFactorInitiator.Scenario scenario) |
Specifies the scenario to initiate.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.schemas(List<String> schemas) |
REQUIRED.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.tags(List<Tags> tags) |
A list of tags on this resource.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.tenancyOcid(String tenancyOcid) |
OCI Tenant Id (ocid) in which the resource lives.
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.thirdPartyFactor(MyAuthenticationFactorInitiatorThirdPartyFactor thirdPartyFactor) |
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.toBuilder() |
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.type(MyAuthenticationFactorInitiator.Type type) |
Authentication flow type either SAML / OIDC
|
MyAuthenticationFactorInitiator.Builder |
MyAuthenticationFactorInitiator.Builder.userName(String userName) |
Name of the user who initiates the request.
|