Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible secret questions that users can choose from to help them recall their password.
Syntax
<xs:simpleType name="SecretQuestion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="None" />
<xs:enumeration value="FavoritePetsName" />
<xs:enumeration value="FavoriteMovie" />
<xs:enumeration value="Anniversary" />
<xs:enumeration value="FatherMiddleName" />
<xs:enumeration value="SpouseMiddleName" />
<xs:enumeration value="FirstChildMiddleName" />
<xs:enumeration value="HighSchoolName" />
<xs:enumeration value="FavoriteTeacherName" />
<xs:enumeration value="FavoriteSportsTeam" />
</xs:restriction>
</xs:simpleType>
Values
The SecretQuestion value set has the following values: Anniversary, FatherMiddleName, FavoriteMovie, FavoritePetsName, FavoriteSportsTeam, FavoriteTeacherName, FirstChildMiddleName, HighSchoolName, None, SpouseMiddleName.
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13