Okta v4.11.0 published on Tuesday, Sep 17, 2024 by Pulumi
okta.getBrand
Explore with Pulumi AI
Get a single 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:
- Brand
Id string - Brand ID
- Brand
Id string - Brand ID
- brand
Id String - Brand ID
- brand
Id string - Brand ID
- brand_
id str - Brand ID
- brand
Id String - Brand ID
getBrand Result
The following output properties are available:
- Brand
Id string - Brand ID
- Custom
Privacy stringPolicy Url - Custom privacy policy URL
- Id string
- The ID of the Brand
- Links string
- Link relations for this object - JSON HAL - Discoverable resources related to the brand
- Name string
- Brand name
- Remove
Powered boolBy Okta - Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
- Brand
Id string - Brand ID
- Custom
Privacy stringPolicy Url - Custom privacy policy URL
- Id string
- The ID of the Brand
- Links string
- Link relations for this object - JSON HAL - Discoverable resources related to the brand
- Name string
- Brand name
- Remove
Powered boolBy Okta - Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
- brand
Id String - Brand ID
- custom
Privacy StringPolicy Url - Custom privacy policy URL
- id String
- The ID of the Brand
- links String
- Link relations for this object - JSON HAL - Discoverable resources related to the brand
- name String
- Brand name
- remove
Powered BooleanBy Okta - Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
- brand
Id string - Brand ID
- custom
Privacy stringPolicy Url - Custom privacy policy URL
- id string
- The ID of the Brand
- links string
- Link relations for this object - JSON HAL - Discoverable resources related to the brand
- name string
- Brand name
- remove
Powered booleanBy Okta - Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
- brand_
id str - Brand ID
- custom_
privacy_ strpolicy_ url - Custom privacy policy URL
- id str
- The ID of the Brand
- links str
- Link relations for this object - JSON HAL - Discoverable resources related to the brand
- name str
- Brand name
- remove_
powered_ boolby_ okta - Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
- brand
Id String - Brand ID
- custom
Privacy StringPolicy Url - Custom privacy policy URL
- id String
- The ID of the Brand
- links String
- Link relations for this object - JSON HAL - Discoverable resources related to the brand
- name String
- Brand name
- remove
Powered BooleanBy Okta - 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.