Description of credential type
Constructors
NSCredentialType()
Initializes a new instance of the NSCredentialType class.
Methods
GetCanCreatePerson()
Returns: CRMScript.Global.Bool
Example:
GetDescription()
Returns: CRMScript.Global.String - Description of the authentication type.
This value is used in a list of authentication providers that can be chosen by an end user and should be a fairly descriptive text. This will typically be SuperOffice is responsible for username and password for a password scenario.
Example:
GetDisplayType()
Returns: CRMScript.Global.String - The name of the credentials to be displayed in the user interface.
This will typically be Password for user-name/password scenarios and Active Directory User for AD integration.
Example:
GetIsUserNameSupported()
Returns: CRMScript.Global.Bool
Example:
GetType()
Returns: CRMScript.Global.String - Type of credentials, corresponding to name of plugin and type in the credentials table.
Example:
GetValueControl()
Returns: CRMScript.Global.Integer - Type of control used to display the value. See <xref href=βCRMScript.NetServer.CredentialControlTypeβ data-throw-if-not-resolved=βfalseβ></xref>.
Example:
SetCanCreatePerson(Bool)
Returns: CRMScript.Global.Void
Example:
SetDescription(String)
Returns: CRMScript.Global.Void
This value is used in a list of authentication providers that can be chosen by an end user and should be a fairly descriptive text. This will typically be SuperOffice is responsible for username and password for a password scenario.
Example:
SetDisplayType(String)
Returns: CRMScript.Global.Void
This will typically be Password for user-name/password scenarios and Active Directory User for AD integration.
Example:
SetIsUserNameSupported(Bool)
Returns: CRMScript.Global.Void
Example:
SetType(String)
Returns: CRMScript.Global.Void
Example:
SetValueControl(Integer)
Returns: CRMScript.Global.Void
Example: