Class ExtensionSelfRegistrationUser
This extension defines attributes used to manage self registration profile linked to the user.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionSelfRegistrationUser
Properties
ConsentGranted
Declaration
[JsonProperty(PropertyName = "consentGranted")]
public bool? ConsentGranted { get; set; }
Property Value
Type | Description |
---|---|
bool? | A boolean value that indicates whether the consent is granted.
|
SelfRegistrationProfile
Declaration
[Required(ErrorMessage = "SelfRegistrationProfile is required.")]
[JsonProperty(PropertyName = "selfRegistrationProfile")]
public UserExtSelfRegistrationProfile SelfRegistrationProfile { get; set; }
Property Value
Type | Description |
---|---|
UserExtSelfRegistrationProfile |
Remarks
Required
UserToken
Declaration
[JsonProperty(PropertyName = "userToken")]
public string UserToken { get; set; }
Property Value
Type | Description |
---|---|
string | User token used for auto-login.
|