DSCResources/MSFT_AADIdentityB2XUserFlow/settings.json
|
{
"resourceName": "AADIdentityB2XUserFlow", "description": "This resource configures an Azure AD Identity B2 X User Flow.", "permissions": { "graph": { "delegated": { "read": [ { "name": "IdentityUserFlow.Read.All" } ], "update": [ { "name": "IdentityUserFlow.ReadWrite.All" } ] }, "application": { "read": [ { "name": "IdentityUserFlow.Read.All" } ], "update": [ { "name": "IdentityUserFlow.ReadWrite.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Identity.SignIns", "MSCloudLoginAssistant" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Beta.Identity.SignIns", "cmdlets": [ "Get-MgBetaIdentityApiConnector", "Get-MgBetaIdentityB2XUserFlow", "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "New-MgBetaIdentityB2XUserFlow", "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Remove-MgBetaIdentityB2XUserFlow", "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment" ] } ] } |