Hello is there a way to do Azure Active Directory ...
# azure
b
Hello is there a way to do Azure Active Directory > Security > Identity Protection using c#? I am unable to find documentation under aad to do this.
t
Is it supported by ARM?
b
t
I see. Microsoft Graph is not a part of the ARM API (I know it’s confusing), so this isn’t currently supported in the native Azure provider.
b
So I am guessing there is no way to do it right now with pulumi?? Do you folks to plan to support it?
t
I guess so… AFAIK, Microsoft are porting some Graph APIs to ARM. Our default strategy is wait until this happens.
There is an Azure AD provider https://github.com/pulumi/pulumi-azuread/ but I don’t think it’s there either
b
I couldnt find in azuread