PUT api/browser/security/key/{key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
SecurityOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginMode | integer |
None. |
|
| AllowSelfVerification | boolean |
None. |
|
| VerifierEmail | string |
None. |
|
| Source | string |
None. |
|
| LoginModeInherited |
The below fields are used to identifty inherited options and their source. Not populated when loading "Group" options |
integer |
Relation. This field may not always be loaded or used for updates. |
| LoginModeSource | string |
Relation. This field may not always be loaded or used for updates. |
|
| SelfVerifyInherited | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| SelfVerifySource | string |
Relation. This field may not always be loaded or used for updates. |
|
| VerifyEmailInherited | string |
Relation. This field may not always be loaded or used for updates. |
|
| VerifyEmailSource | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
{
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
application/xml, text/xml
Sample:
<SecurityOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Service.Tenancies.Browser"> <AllowSelfVerification>true</AllowSelfVerification> <LoginMode>1</LoginMode> <LoginModeInherited>5</LoginModeInherited> <LoginModeSource>sample string 6</LoginModeSource> <SelfVerifyInherited>true</SelfVerifyInherited> <SelfVerifySource>sample string 8</SelfVerifySource> <Source>sample string 4</Source> <VerifierEmail>sample string 3</VerifierEmail> <VerifyEmailInherited>sample string 9</VerifyEmailInherited> <VerifyEmailSource>sample string 10</VerifyEmailSource> </SecurityOptions>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.