1. Packages
  2. Okta Provider
  3. API Docs
  4. getOrgMetadata
Okta v4.16.0 published on Wednesday, Apr 9, 2025 by Pulumi

okta.getOrgMetadata

Explore with Pulumi AI

Okta v4.16.0 published on Wednesday, Apr 9, 2025 by Pulumi

Retrieves the well-known org metadata, which includes the id, configured custom domains, authentication pipeline, and various other org settings.

Using getOrgMetadata

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 getOrgMetadata(args: GetOrgMetadataArgs, opts?: InvokeOptions): Promise<GetOrgMetadataResult>
function getOrgMetadataOutput(args: GetOrgMetadataOutputArgs, opts?: InvokeOptions): Output<GetOrgMetadataResult>
Copy
def get_org_metadata(domains: Optional[GetOrgMetadataDomains] = None,
                     settings: Optional[GetOrgMetadataSettings] = None,
                     opts: Optional[InvokeOptions] = None) -> GetOrgMetadataResult
def get_org_metadata_output(domains: Optional[pulumi.Input[GetOrgMetadataDomainsArgs]] = None,
                     settings: Optional[pulumi.Input[GetOrgMetadataSettingsArgs]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetOrgMetadataResult]
Copy
func GetOrgMetadata(ctx *Context, args *GetOrgMetadataArgs, opts ...InvokeOption) (*GetOrgMetadataResult, error)
func GetOrgMetadataOutput(ctx *Context, args *GetOrgMetadataOutputArgs, opts ...InvokeOption) GetOrgMetadataResultOutput
Copy

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

public static class GetOrgMetadata 
{
    public static Task<GetOrgMetadataResult> InvokeAsync(GetOrgMetadataArgs args, InvokeOptions? opts = null)
    public static Output<GetOrgMetadataResult> Invoke(GetOrgMetadataInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOrgMetadataResult> getOrgMetadata(GetOrgMetadataArgs args, InvokeOptions options)
public static Output<GetOrgMetadataResult> getOrgMetadata(GetOrgMetadataArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: okta:index/getOrgMetadata:getOrgMetadata
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Domains GetOrgMetadataDomains
The URIs for the org's configured domains.
Settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
Domains GetOrgMetadataDomains
The URIs for the org's configured domains.
Settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
domains GetOrgMetadataDomains
The URIs for the org's configured domains.
settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
domains GetOrgMetadataDomains
The URIs for the org's configured domains.
settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
domains GetOrgMetadataDomains
The URIs for the org's configured domains.
settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
domains Property Map
The URIs for the org's configured domains.
settings Property Map
The wellknown org settings (safe for public consumption).

getOrgMetadata Result

The following output properties are available:

Id string
The unique identifier of the Org.
Pipeline string
The authentication pipeline of the org. idx means the org is using the Identity Engine, while v1 means the org is using the Classic authentication pipeline.
Domains GetOrgMetadataDomains
The URIs for the org's configured domains.
Settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
Id string
The unique identifier of the Org.
Pipeline string
The authentication pipeline of the org. idx means the org is using the Identity Engine, while v1 means the org is using the Classic authentication pipeline.
Domains GetOrgMetadataDomains
The URIs for the org's configured domains.
Settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
id String
The unique identifier of the Org.
pipeline String
The authentication pipeline of the org. idx means the org is using the Identity Engine, while v1 means the org is using the Classic authentication pipeline.
domains GetOrgMetadataDomains
The URIs for the org's configured domains.
settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
id string
The unique identifier of the Org.
pipeline string
The authentication pipeline of the org. idx means the org is using the Identity Engine, while v1 means the org is using the Classic authentication pipeline.
domains GetOrgMetadataDomains
The URIs for the org's configured domains.
settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
id str
The unique identifier of the Org.
pipeline str
The authentication pipeline of the org. idx means the org is using the Identity Engine, while v1 means the org is using the Classic authentication pipeline.
domains GetOrgMetadataDomains
The URIs for the org's configured domains.
settings GetOrgMetadataSettings
The wellknown org settings (safe for public consumption).
id String
The unique identifier of the Org.
pipeline String
The authentication pipeline of the org. idx means the org is using the Identity Engine, while v1 means the org is using the Classic authentication pipeline.
domains Property Map
The URIs for the org's configured domains.
settings Property Map
The wellknown org settings (safe for public consumption).

Supporting Types

GetOrgMetadataDomains

Alternate This property is required. string
Custom Domain Org URI
Organization This property is required. string
Standard Org URI
Alternate This property is required. string
Custom Domain Org URI
Organization This property is required. string
Standard Org URI
alternate This property is required. String
Custom Domain Org URI
organization This property is required. String
Standard Org URI
alternate This property is required. string
Custom Domain Org URI
organization This property is required. string
Standard Org URI
alternate This property is required. str
Custom Domain Org URI
organization This property is required. str
Standard Org URI
alternate This property is required. String
Custom Domain Org URI
organization This property is required. String
Standard Org URI

GetOrgMetadataSettings

AnalyticsCollectionEnabled This property is required. bool
BugReportingEnabled This property is required. bool
OmEnabled This property is required. bool
Whether the legacy Okta Mobile application is enabled for the org
AnalyticsCollectionEnabled This property is required. bool
BugReportingEnabled This property is required. bool
OmEnabled This property is required. bool
Whether the legacy Okta Mobile application is enabled for the org
analyticsCollectionEnabled This property is required. Boolean
bugReportingEnabled This property is required. Boolean
omEnabled This property is required. Boolean
Whether the legacy Okta Mobile application is enabled for the org
analyticsCollectionEnabled This property is required. boolean
bugReportingEnabled This property is required. boolean
omEnabled This property is required. boolean
Whether the legacy Okta Mobile application is enabled for the org
analytics_collection_enabled This property is required. bool
bug_reporting_enabled This property is required. bool
om_enabled This property is required. bool
Whether the legacy Okta Mobile application is enabled for the org
analyticsCollectionEnabled This property is required. Boolean
bugReportingEnabled This property is required. Boolean
omEnabled This property is required. Boolean
Whether the legacy Okta Mobile application is enabled for the org

Package Details

Repository
Okta pulumi/pulumi-okta
License
Apache-2.0
Notes
This Pulumi package is based on the okta Terraform Provider.
Okta v4.16.0 published on Wednesday, Apr 9, 2025 by Pulumi