data class StaticWebAppIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<StaticWebAppIdentityArgs>
The Type of Managed Identity assigned to this Static Web App resource. Possible values are SystemAssigned, UserAssigned and SystemAssigned, UserAssigned.