1. Packages
  2. Google Cloud Native
  3. API Docs
  4. iap
  5. iap/v1
  6. getBrand

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.iap/v1.getBrand

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Retrieves the OAuth brand of the project.

Using getBrand

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBrand(args: GetBrandArgs, opts?: InvokeOptions): Promise<GetBrandResult>
function getBrandOutput(args: GetBrandOutputArgs, opts?: InvokeOptions): Output<GetBrandResult>
Copy
def get_brand(brand_id: Optional[str] = None,
              project: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetBrandResult
def get_brand_output(brand_id: Optional[pulumi.Input[str]] = None,
              project: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetBrandResult]
Copy
func LookupBrand(ctx *Context, args *LookupBrandArgs, opts ...InvokeOption) (*LookupBrandResult, error)
func LookupBrandOutput(ctx *Context, args *LookupBrandOutputArgs, opts ...InvokeOption) LookupBrandResultOutput
Copy

> Note: This function is named LookupBrand in the Go SDK.

public static class GetBrand 
{
    public static Task<GetBrandResult> InvokeAsync(GetBrandArgs args, InvokeOptions? opts = null)
    public static Output<GetBrandResult> Invoke(GetBrandInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBrandResult> getBrand(GetBrandArgs args, InvokeOptions options)
public static Output<GetBrandResult> getBrand(GetBrandArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:iap/v1:getBrand
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BrandId This property is required. string
Project string
BrandId This property is required. string
Project string
brandId This property is required. String
project String
brandId This property is required. string
project string
brand_id This property is required. str
project str
brandId This property is required. String
project String

getBrand Result

The following output properties are available:

ApplicationTitle string
Application name displayed on OAuth consent screen.
Name string
Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
OrgInternalOnly bool
Whether the brand is only intended for usage inside the G Suite organization only.
SupportEmail string
Support email displayed on the OAuth consent screen.
ApplicationTitle string
Application name displayed on OAuth consent screen.
Name string
Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
OrgInternalOnly bool
Whether the brand is only intended for usage inside the G Suite organization only.
SupportEmail string
Support email displayed on the OAuth consent screen.
applicationTitle String
Application name displayed on OAuth consent screen.
name String
Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
orgInternalOnly Boolean
Whether the brand is only intended for usage inside the G Suite organization only.
supportEmail String
Support email displayed on the OAuth consent screen.
applicationTitle string
Application name displayed on OAuth consent screen.
name string
Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
orgInternalOnly boolean
Whether the brand is only intended for usage inside the G Suite organization only.
supportEmail string
Support email displayed on the OAuth consent screen.
application_title str
Application name displayed on OAuth consent screen.
name str
Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
org_internal_only bool
Whether the brand is only intended for usage inside the G Suite organization only.
support_email str
Support email displayed on the OAuth consent screen.
applicationTitle String
Application name displayed on OAuth consent screen.
name String
Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
orgInternalOnly Boolean
Whether the brand is only intended for usage inside the G Suite organization only.
supportEmail String
Support email displayed on the OAuth consent screen.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi