Class MyAuthenticationFactorValidator
Validate any given Authentication Factor
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MyAuthenticationFactorValidator
Properties
AdditionalAttributes
Declaration
[JsonProperty(PropertyName = "additionalAttributes")]
public List<MyAuthenticationFactorValidatorAdditionalAttributes> AdditionalAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MyAuthenticationFactorValidatorAdditionalAttributes> | Additional attributes which will be sent as part of a push notification
|
AuthFactor
Declaration
[Required(ErrorMessage = "AuthFactor is required.")]
[JsonProperty(PropertyName = "authFactor")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MyAuthenticationFactorValidator.AuthFactorEnum? AuthFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| MyAuthenticationFactorValidator.AuthFactorEnum? | Authentication Factor which is being validated
|
Remarks
Required
CompartmentOcid
Declaration
[JsonProperty(PropertyName = "compartmentOcid")]
public string CompartmentOcid { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCI Compartment Id (ocid) in which the resource lives.
|
CreateKmsiToken
Declaration
[JsonProperty(PropertyName = "createKmsiToken")]
public bool? CreateKmsiToken { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates to create kmsi token.
|
CreateTrustedAgent
Declaration
[JsonProperty(PropertyName = "createTrustedAgent")]
public bool? CreateTrustedAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates to create trust token.
|
DeleteInProgress
Declaration
[JsonProperty(PropertyName = "deleteInProgress")]
public bool? DeleteInProgress { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
DeviceId
Declaration
[JsonProperty(PropertyName = "deviceId")]
public string DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Device id whose factor is being validated
|
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Display name of the verified device
|
DomainOcid
Declaration
[JsonProperty(PropertyName = "domainOcid")]
public string DomainOcid { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCI Domain Id (ocid) in which the resource lives.
|
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
IdcsCreatedBy
Declaration
[JsonProperty(PropertyName = "idcsCreatedBy")]
public IdcsCreatedBy IdcsCreatedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| IdcsCreatedBy |
IdcsLastModifiedBy
Declaration
[JsonProperty(PropertyName = "idcsLastModifiedBy")]
public IdcsLastModifiedBy IdcsLastModifiedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| IdcsLastModifiedBy |
IdcsLastUpgradedInRelease
Declaration
[JsonProperty(PropertyName = "idcsLastUpgradedInRelease")]
public string IdcsLastUpgradedInRelease { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The release number when the resource was upgraded.
|
IdcsPreventedOperations
Declaration
[JsonProperty(PropertyName = "idcsPreventedOperations", ItemConverterType = typeof(ResponseEnumConverter))]
public List<IdcsPreventedOperations> IdcsPreventedOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<IdcsPreventedOperations> | Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
IsAccRecEnabled
Declaration
[JsonProperty(PropertyName = "isAccRecEnabled")]
public bool? IsAccRecEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Flag indicates whether the factor is enrolled in account recovery. If the value is not provided or false, then it will be treated as MFA factor validation.
|
KmsiTokenId
Declaration
[JsonProperty(PropertyName = "kmsiTokenId")]
public string KmsiTokenId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | KMSI token resource identifier.
|
Location
Declaration
[JsonProperty(PropertyName = "location")]
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Location of the trusted client.
|
Message
Declaration
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Validator message which is passed by the client. When it is a PUSH notification, it can be a rejection message.
|
Meta
Declaration
[JsonProperty(PropertyName = "meta")]
public Meta Meta { get; set; }
Property Value
| Type | Description |
|---|---|
| Meta |
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of the client to be trusted
|
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique OCI identifier for the SCIM Resource.
|
OtpCode
Declaration
[JsonProperty(PropertyName = "otpCode")]
public string OtpCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The One Time Passcode which needs to be validated
|
Platform
Declaration
[JsonProperty(PropertyName = "platform")]
public string Platform { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Platform of the client to be trusted
|
PolicyEnabledSecondFactors
Declaration
[JsonProperty(PropertyName = "policyEnabledSecondFactors")]
public List<string> PolicyEnabledSecondFactors { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | Sign-On Policy dictated allowed second factors.
|
PolicyTrustedFrequencyMins
Declaration
[JsonProperty(PropertyName = "policyTrustedFrequencyMins")]
public int? PolicyTrustedFrequencyMins { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Sign-On Policy dictated validity duration for trusted client in Minutes.
|
PreferenceType
Declaration
[JsonProperty(PropertyName = "preferenceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MyAuthenticationFactorValidator.PreferenceTypeEnum? PreferenceType { get; set; }
Property Value
| Type | Description |
|---|---|
| MyAuthenticationFactorValidator.PreferenceTypeEnum? | Indicates whether to user passwordless factor to be updated or mfa factor to be updated
|
RequestId
Declaration
[JsonProperty(PropertyName = "requestId")]
public string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Request ID which is being validated
|
Scenario
Declaration
[Required(ErrorMessage = "Scenario is required.")]
[JsonProperty(PropertyName = "scenario")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MyAuthenticationFactorValidator.ScenarioEnum? Scenario { get; set; }
Property Value
| Type | Description |
|---|---|
| MyAuthenticationFactorValidator.ScenarioEnum? | Specifies whether the service is being used to enroll or validate a factor
|
Remarks
Required
Schemas
Declaration
[Required(ErrorMessage = "Schemas is required.")]
[JsonProperty(PropertyName = "schemas")]
public List<string> Schemas { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
Remarks
Required
SecurityQuestions
Declaration
[JsonProperty(PropertyName = "securityQuestions")]
public List<MyAuthenticationFactorValidatorSecurityQuestions> SecurityQuestions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MyAuthenticationFactorValidatorSecurityQuestions> | List of security questions the user has submitted to get authenticated.
|
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MyAuthenticationFactorValidator.StatusEnum? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| MyAuthenticationFactorValidator.StatusEnum? | Validation status returned in the response
|
Tags
Declaration
[JsonProperty(PropertyName = "tags")]
public List<Tags> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Tags> | A list of tags on this resource.
|
TenancyOcid
Declaration
[JsonProperty(PropertyName = "tenancyOcid")]
public string TenancyOcid { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCI Tenant Id (ocid) in which the resource lives.
|
ThirdPartyFactor
Declaration
[JsonProperty(PropertyName = "thirdPartyFactor")]
public MyAuthenticationFactorValidatorThirdPartyFactor ThirdPartyFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| MyAuthenticationFactorValidatorThirdPartyFactor |
TrustedTokenId
Declaration
[JsonProperty(PropertyName = "trustedTokenId")]
public string TrustedTokenId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Trusted token resource identifier.
|
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MyAuthenticationFactorValidator.TypeEnum? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| MyAuthenticationFactorValidator.TypeEnum? | type indicating whether the flow is OIDC, SAML etc.,
|
UpdateUserPreference
Declaration
[JsonProperty(PropertyName = "updateUserPreference")]
public bool? UpdateUserPreference { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates whether to update user preferred mfa factor or not
|
UserId
Declaration
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | User guid for whom the validation has initiated. Optional.
|
UserName
Declaration
[JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | User name for whom the validation has initiated
|