DSCResources/MSFT_AADAuthenticationMethodPolicyX509/settings.json

{
    "resourceName": "AADAuthenticationMethodPolicyX509",
    "description": "This resource configures an Azure AD Authentication Method Policy X509.",
    "roles": {
        "read": [
            "Security Reader"
        ],
        "update": [
            "Authentication Policy Administrator"
        ]
    },
    "permissions": {
        "graph": {
            "delegated": {
                "read": [
                    {
                        "name": "Policy.ReadWrite.AuthenticationMethod"
                    },
                    {
                        "name": "Policy.Read.All"
                    }
                ],
                "update": [
                    {
                        "name": "Policy.ReadWrite.AuthenticationMethod"
                    },
                    {
                        "name": "Policy.Read.All"
                    }
                ]
            },
            "application": {
                "read": [
                    {
                        "name": "Policy.ReadWrite.AuthenticationMethod"
                    },
                    {
                        "name": "Policy.Read.All"
                    }
                ],
                "update": [
                    {
                        "name": "Policy.ReadWrite.AuthenticationMethod"
                    },
                    {
                        "name": "Policy.Read.All"
                    }
                ]
            }
        }
    }
}