1. Packages
  2. Okta
  3. API Docs
  4. getBrand
Okta v4.8.1 published on Thursday, Apr 18, 2024 by Pulumi

okta.getBrand

Explore with Pulumi AI

okta logo
Okta v4.8.1 published on Thursday, Apr 18, 2024 by Pulumi

    Use this data source to retrieve a Brand from Okta.

    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,
                  opts: Optional[InvokeOptions] = None) -> GetBrandResult
    def get_brand_output(brand_id: 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: okta:index/getBrand:getBrand
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BrandId string
    Brand ID. Setting brand_id to default is equivalent to importing the default brand by its ID.
    BrandId string
    Brand ID. Setting brand_id to default is equivalent to importing the default brand by its ID.
    brandId String
    Brand ID. Setting brand_id to default is equivalent to importing the default brand by its ID.
    brandId string
    Brand ID. Setting brand_id to default is equivalent to importing the default brand by its ID.
    brand_id str
    Brand ID. Setting brand_id to default is equivalent to importing the default brand by its ID.
    brandId String
    Brand ID. Setting brand_id to default is equivalent to importing the default brand by its ID.

    getBrand Result

    The following output properties are available:

    BrandId string
    CustomPrivacyPolicyUrl string
    Custom privacy policy URL
    Id string
    Brand ID
    Links string
    Link relations for this object - JSON HAL - Discoverable resources related to the brand
    Name string
    Brand name
    RemovePoweredByOkta bool
    Removes "Powered by Okta" from the Okta-hosted sign-in page, and "© 2021 Okta, Inc." from the Okta End-User Dashboard
    BrandId string
    CustomPrivacyPolicyUrl string
    Custom privacy policy URL
    Id string
    Brand ID
    Links string
    Link relations for this object - JSON HAL - Discoverable resources related to the brand
    Name string
    Brand name
    RemovePoweredByOkta bool
    Removes "Powered by Okta" from the Okta-hosted sign-in page, and "© 2021 Okta, Inc." from the Okta End-User Dashboard
    brandId String
    customPrivacyPolicyUrl String
    Custom privacy policy URL
    id String
    Brand ID
    links String
    Link relations for this object - JSON HAL - Discoverable resources related to the brand
    name String
    Brand name
    removePoweredByOkta Boolean
    Removes "Powered by Okta" from the Okta-hosted sign-in page, and "© 2021 Okta, Inc." from the Okta End-User Dashboard
    brandId string
    customPrivacyPolicyUrl string
    Custom privacy policy URL
    id string
    Brand ID
    links string
    Link relations for this object - JSON HAL - Discoverable resources related to the brand
    name string
    Brand name
    removePoweredByOkta boolean
    Removes "Powered by Okta" from the Okta-hosted sign-in page, and "© 2021 Okta, Inc." from the Okta End-User Dashboard
    brand_id str
    custom_privacy_policy_url str
    Custom privacy policy URL
    id str
    Brand ID
    links str
    Link relations for this object - JSON HAL - Discoverable resources related to the brand
    name str
    Brand name
    remove_powered_by_okta bool
    Removes "Powered by Okta" from the Okta-hosted sign-in page, and "© 2021 Okta, Inc." from the Okta End-User Dashboard
    brandId String
    customPrivacyPolicyUrl String
    Custom privacy policy URL
    id String
    Brand ID
    links String
    Link relations for this object - JSON HAL - Discoverable resources related to the brand
    name String
    Brand name
    removePoweredByOkta Boolean
    Removes "Powered by Okta" from the Okta-hosted sign-in page, and "© 2021 Okta, Inc." from the Okta End-User Dashboard

    Package Details

    Repository
    Okta pulumi/pulumi-okta
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the okta Terraform Provider.
    okta logo
    Okta v4.8.1 published on Thursday, Apr 18, 2024 by Pulumi