Cloud Identity-Aware Proxy v1 API - Class CreateBrandRequest (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class CreateBrandRequest : IMessage<CreateBrandRequest>, IEquatable<CreateBrandRequest>, IDeepCloneable<CreateBrandRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class CreateBrandRequest.
The request sent to CreateBrand.
Implements
IMessage CreateBrandRequest, IEquatable CreateBrandRequest, IDeepCloneable CreateBrandRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
CreateBrandRequest()
public CreateBrandRequest()CreateBrandRequest(CreateBrandRequest)
public CreateBrandRequest(CreateBrandRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateBrandRequest |
Properties
Brand
public Brand Brand { get; set; }Required. The brand to be created.
| Property Value | |
|---|---|
| Type | Description |
Brand |
|
Parent
public string Parent { get; set; }Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|