class DirectoryObject

型、電子メール、objectId、PUID を含むディレクトリ オブジェクト情報。

まとめ

メンバー 説明
public DirectoryObject(const DirectoryObjectType type, const std::string& email, const std::string& objectId, const std::string& puid) DirectoryObject コンストラクター。
public const DirectoryObjectType GetDirectoryObjectType() const ディレクトリ オブジェクトの種類を取得します。
public const std::string& GetEmail() const ディレクトリ オブジェクトの電子メール アドレスを取得します。
public const std::string& GetObjectId() const ディレクトリ オブジェクトのオブジェクト ID を取得します。
public const std::string& GetPuid() const ディレクトリ オブジェクトの GUID を取得します。
enum DirectoryObjectType ディレクトリ オブジェクトの種類について説明します。

メンバー

DirectoryObject 関数

DirectoryObject コンストラクター。

パラメーター:

  • type: ディレクトリ オブジェクトの型

  • email: ディレクトリ オブジェクトの電子メール

  • objectId: ディレクトリ オブジェクトのオブジェクト ID

  • puid: ディレクトリ オブジェクトの PUID

GetDirectoryObjectType 関数

ディレクトリ オブジェクトの種類を取得します。

戻り値: ディレクトリ オブジェクトの型

GetEmail 関数

ディレクトリ オブジェクトの電子メール アドレスを取得します。

戻り値: ディレクトリ オブジェクトの電子メール アドレス

GetObjectId 関数

ディレクトリ オブジェクトのオブジェクト ID を取得します。

戻り値: ディレクトリ オブジェクトのオブジェクト ID

GetPuid 関数

ディレクトリ オブジェクトの GUID を取得します。

戻り値: ディレクトリ オブジェクトの GUID

DirectoryObjectType 列挙型

説明
UNKNOWN
内部 内部ユーザー - ANYONE
User 個々のユーザー
GROUP group オブジェクト

ディレクトリ オブジェクトの種類について説明します。