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>
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]
func LookupBrand(ctx *Context, args *LookupBrandArgs, opts ...InvokeOption) (*LookupBrandResult, error)
func LookupBrandOutput(ctx *Context, args *LookupBrandOutputArgs, opts ...InvokeOption) LookupBrandResultOutput
> 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)
}
public static CompletableFuture<GetBrandResult> getBrand(GetBrandArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:iap/v1:getBrand
arguments:
# arguments dictionary
The following arguments are supported:
getBrand Result
The following output properties are available:
- Application
Title 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.
- Org
Internal boolOnly - Whether the brand is only intended for usage inside the G Suite organization only.
- Support
Email string - Support email displayed on the OAuth consent screen.
- Application
Title 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.
- Org
Internal boolOnly - Whether the brand is only intended for usage inside the G Suite organization only.
- Support
Email string - Support email displayed on the OAuth consent screen.
- application
Title 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.
- org
Internal BooleanOnly - Whether the brand is only intended for usage inside the G Suite organization only.
- support
Email String - Support email displayed on the OAuth consent screen.
- application
Title 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.
- org
Internal booleanOnly - Whether the brand is only intended for usage inside the G Suite organization only.
- support
Email 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_ boolonly - 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.
- application
Title 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.
- org
Internal BooleanOnly - Whether the brand is only intended for usage inside the G Suite organization only.
- support
Email 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