Class ProjectsResource.BrandsResource
The "brands" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIAP.v1
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class ProjectsResource.BrandsResource
Constructors
BrandsResource(IClientService)
Constructs a new resource.
Declaration
public BrandsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
IdentityAwareProxyClients
Gets the IdentityAwareProxyClients resource.
Declaration
public virtual ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource IdentityAwareProxyClients { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.BrandsResource.IdentityAwareProxyClientsResource |
Methods
Create(Brand, string)
Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.
Declaration
public virtual ProjectsResource.BrandsResource.CreateRequest Create(Brand body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Brand | body | The body of the request. |
string | parent | Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}. |
Returns
Type | Description |
---|---|
ProjectsResource.BrandsResource.CreateRequest |
Get(string)
Retrieves the OAuth brand of the project.
Declaration
public virtual ProjectsResource.BrandsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}. |
Returns
Type | Description |
---|---|
ProjectsResource.BrandsResource.GetRequest |
List(string)
Lists the existing brands for the project.
Declaration
public virtual ProjectsResource.BrandsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. GCP Project number/id. In the following format: projects/{project_number/id}. |
Returns
Type | Description |
---|---|
ProjectsResource.BrandsResource.ListRequest |