ActvPlatformAdncIdentifier
親種別
Metadata メタデータ型を拡張し、その fullName 項目を継承します。
ファイルのサフィックスおよびディレクトリの場���
ActvPlatformAdncIdentifier コンポーネントのサフィックスは .actvPlatformAdncIdentifier で、actvPlatformAdncIdentifiers フォルダに保存されます。
バージョン
ActvPlatformAdncIdentifier コンポーネントは、API バージョン 54.0 以降で使用できます。
特別なアクセスルール
この種別に固有のアクセス要件は他にありません。
項目
| 項目名 | 説明 |
|---|---|
| activationPlatform |
|
| identifierHashMethod |
|
| identifierType |
|
| isProtected |
|
| masterLabel |
|
宣言的なメタデータの定義のサンプル
ActvPlatformAdncIdentifier コンポーネントの例を次に示します。
1<?xml version="1.0" encoding="UTF-8"?>
2<ActvPlatformAdncIdentifier xmlns="http://soap.sforce.com/2006/04/metadata">
3 <activationPlatform>APlatform</activationPlatform>
4 <identifierHashMethod>SHA256</identifierHashMethod>
5 <identifierType>EMAIL</identifierType>
6 <masterLabel>EmailIdentifier</masterLabel>
7</ActvPlatformAdncIdentifier>前の定義を参照する package.xml の例を次に示します。
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <fullName>MyActivationPlatform</fullName>
4 <types>
5 <members>APlatform</members>
6 <name>ActivationPlatform</name>
7 </types>
8 <types>
9 <members>EmailIdentifier</members>
10 <name>ActvPlatformAdncIdentifier</name>
11 </types>
12 <version>54.0</version>
13</Package>マニフェストファイル内のワイルドカードのサポート
このメタデータ型では、package.xml マニフェストファイル内のワイルドカード文字 * (アスタリスク) がサポートされます。マニフェストファイルの使用についての詳細は、「zip ファイルを使用したメタデータのリリースと取得」を参照してください。