昔からプラモデルは説明書を読まずに組み合わせて後から絶望していました。反省が活かせていない。恥ずかしいけどまたやりそうなので備忘的に残します。 このごろAWSを久しぶりに触っているのですが、今まではCloud Watchのイベントスケジュール等でLambda ...
# This is the URL where you will send the authentication request to obtain an access token. $tokenEndpoint = "https://login.microsoftonline.com/$tenantId/oauth2/v2.0 ...
$pat = "_PAT_" $encodedPat = [System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes(":$pat")) $body = @" { "accessToken": "_PAT_", "organizationName ...