UserLifeCycleStatus 値セット - Customer Management
ユーザーの使用可能な状態値を定義します。
構文
<xs:simpleType name="UserLifeCycleStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Pending" />
<xs:enumeration value="Active" />
<xs:enumeration value="Inactive" />
<xs:enumeration value="Deleted" />
</xs:restriction>
</xs:simpleType>
値
UserLifeCycleStatus 値セットの値は、アクティブ、削除、非アクティブ、保留中です。
要件
サービス: CustomerManagementService.svc v13
名前 空間: https://bingads.microsoft.com/Customer/v13