Click or drag to resize

IdentityAccountInfoResultRequireAccountName Property

If true, the Access Request process will prompt the user for an account name when requesting an account resource Is always set to true if the identity is a technical identity. If the resource is an account resource, the account name must be provided. If the resource is a permission or role resource, the assignment will be linked to the provided account name

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool RequireAccountName { get; set; }

Property Value

Type: Boolean
See Also