Hey all, the gcp.iap.Brand object is throwing a i...
# google-cloud
b
Hey all, the gcp.iap.Brand object is throwing a invalid argument error.
Copy code
gcp.iap.Brand(
            resource_name="iap-brand",
            args=gcp.iap.BrandArgs(
                application_title="exampleapp",
                support_email="user@example.com", project="foo"),
            project="foo",
            opts=ResourceOptions(parent=self, depends_on=[iap_api_enable])
        )

# Error creating Brand: googleapi: Error 400: Request contains an invalid argument.
Anyone else got this issue >??