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.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.iap/v1.getBrand

Explore with Pulumi AI

google-native logo

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

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 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:

    BrandId string
    Project string
    BrandId string
    Project string
    brandId String
    project String
    brandId string
    project string
    brandId 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-native logo

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

    Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi