Collectors/AuthMethods.ps1

@{
    Name           = 'AuthMethods'
    FileName       = 'authMethods'
    ApiVersion     = 'v1.0'
    RequiredScopes = @('Policy.Read.All')
    Description    = 'Authentication methods policy (FIDO2, Authenticator, SMS, Temporary Access Pass, ...).'
    Collect        = {
        Invoke-TLGraphRequest -Uri '/v1.0/policies/authenticationMethodsPolicy'
    }
}