インフラ開発、 開発環境のクラウドシフトなどの業務に従事 活動場所 ホームページ・ブログ https://l0w.dev GitHub https://github.com/yaegashi Twitter https://twitter.com/hogegashi Go Conference 登壇 2019 Microsoft Graph API for Go 2021 cobra-cmder: Goの言語機能を活用したシンプルな CLIツール構成法 2021 Microsoft Azure 向け Go SDK の最新動向・開発体制・コード生成戦略
(Azure AD) Graph API ◦ API Endpoint https://graph.windows.net ◦ API Specs https://graph.windows.net/$metadata (OData 3.0) ◦ API Reference https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/api/api-catalog ◦ 公式 Go SDK Azure SDK for Go の中にある graphrbac クライアント ◦ ユーザー、グループ、アプリケーション、ライセンスの操作ができる ◦ Deprecated / 2022年6月で終了予定
◦ API Endpoint https://graph.microsoft.com ◦ API Specs https://graph.microsoft.com/v1.0/$metadata (OData 4.0) ◦ API Reference https://docs.microsoft.com/en-us/graph/api/overview ◦ 公式 Go SDK ない ◦ ユーザー・グループ・アプリ・ライセンスとかだけではなく、 Microsoft 365 クラウドサービスに属するリソースすべてが扱える OneDrive, SharePoint, Outlook, Teams, etc.