Class MyAuthenticationFactorValidatorThirdPartyFactor
User's third-party authentication factor details
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MyAuthenticationFactorValidatorThirdPartyFactor
Properties
ThirdPartyFactorId
Declaration
[JsonProperty(PropertyName = "thirdPartyFactorId")]
public string ThirdPartyFactorId { get; set; }
Property Value
Type | Description |
---|---|
string | Reference to the third party resource
|
ThirdPartyFactorType
Declaration
[JsonProperty(PropertyName = "thirdPartyFactorType")]
public string ThirdPartyFactorType { get; set; }
Property Value
Type | Description |
---|---|
string | Type of the third party authentication factor
|
ThirdPartyVendorName
Declaration
[Required(ErrorMessage = "ThirdPartyVendorName is required.")]
[JsonProperty(PropertyName = "thirdPartyVendorName")]
public string ThirdPartyVendorName { get; set; }
Property Value
Type | Description |
---|---|
string | The vendor name of the third party factor
|
Remarks
Required