Viewing docs for Okta v7.0.0
published on Friday, Sep 11, 2026 by Pulumi
published on Friday, Sep 11, 2026 by Pulumi
Viewing docs for Okta v7.0.0
published on Friday, Sep 11, 2026 by Pulumi
published on Friday, Sep 11, 2026 by Pulumi
Using getTrustedOrigin
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 getTrustedOrigin(args: GetTrustedOriginArgs, opts?: InvokeOptions): Promise<GetTrustedOriginResult>
function getTrustedOriginOutput(args: GetTrustedOriginOutputArgs, opts?: InvokeOutputOptions): Output<GetTrustedOriginResult>def get_trusted_origin(id: Optional[str] = None,
scopes: Optional[Sequence[GetTrustedOriginScope]] = None,
opts: Optional[InvokeOptions] = None) -> GetTrustedOriginResult
def get_trusted_origin_output(id: pulumi.Input[Optional[str]] = None,
scopes: pulumi.Input[Optional[Sequence[pulumi.Input[GetTrustedOriginScopeArgs]]]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetTrustedOriginResult]func GetTrustedOrigin(ctx *Context, args *GetTrustedOriginArgs, opts ...InvokeOption) (*GetTrustedOriginResult, error)
func GetTrustedOriginOutput(ctx *Context, args *GetTrustedOriginOutputArgs, opts ...InvokeOption) GetTrustedOriginResultOutput> Note: This function is named GetTrustedOrigin in the Go SDK.
public static class GetTrustedOrigin
{
public static Task<GetTrustedOriginResult> InvokeAsync(GetTrustedOriginArgs args, InvokeOptions? opts = null)
public static Output<GetTrustedOriginResult> Invoke(GetTrustedOriginInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetTrustedOriginResult> Invoke(GetTrustedOriginInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetTrustedOriginResult> getTrustedOrigin(GetTrustedOriginArgs args, InvokeOptions options)
public static Output<GetTrustedOriginResult> getTrustedOrigin(GetTrustedOriginArgs args, InvokeOptions options)
public static Output<GetTrustedOriginResult> getTrustedOrigin(GetTrustedOriginArgs args, InvokeOutputOptions options)
fn::invoke:
function: okta:index/getTrustedOrigin:getTrustedOrigin
arguments:
# arguments dictionarydata "okta_get_trusted_origin" "name" {
# arguments
}The following arguments are supported:
- Id string
- Scopes
[]Get
Trusted Origin Scope
- id string
- scopes list(object)
- id string
- scopes
Get
Trusted Origin Scope[]
- id String
- scopes List<Property Map>
getTrustedOrigin Result
The following output properties are available:
- Created string
- Created
By string - Id string
- Last
Updated string - Last
Updated stringBy - Name string
- Origin string
- Status string
- Scopes
List<Get
Trusted Origin Scope>
- Created string
- Created
By string - Id string
- Last
Updated string - Last
Updated stringBy - Name string
- Origin string
- Status string
- Scopes
[]Get
Trusted Origin Scope
- created string
- created_
by string - id string
- last_
updated string - last_
updated_ stringby - name string
- origin string
- status string
- scopes list(object)
- created String
- created
By String - id String
- last
Updated String - last
Updated StringBy - name String
- origin String
- status String
- scopes
List<Get
Trusted Origin Scope>
- created string
- created
By string - id string
- last
Updated string - last
Updated stringBy - name string
- origin string
- status string
- scopes
Get
Trusted Origin Scope[]
- created str
- created_
by str - id str
- last_
updated str - last_
updated_ strby - name str
- origin str
- status str
- scopes
Sequence[Get
Trusted Origin Scope]
- created String
- created
By String - id String
- last
Updated String - last
Updated StringBy - name String
- origin String
- status String
- scopes List<Property Map>
Supporting Types
GetTrustedOriginScope
- Allowed
Okta List<string>Apps - The allowed Okta apps for the trusted origin scope
- Type string
- The scope type.
- Allowed
Okta []stringApps - The allowed Okta apps for the trusted origin scope
- Type string
- The scope type.
- allowed_
okta_ list(string)apps - The allowed Okta apps for the trusted origin scope
- type string
- The scope type.
- allowed
Okta List<String>Apps - The allowed Okta apps for the trusted origin scope
- type String
- The scope type.
- allowed
Okta string[]Apps - The allowed Okta apps for the trusted origin scope
- type string
- The scope type.
- allowed_
okta_ Sequence[str]apps - The allowed Okta apps for the trusted origin scope
- type str
- The scope type.
- allowed
Okta List<String>Apps - The allowed Okta apps for the trusted origin scope
- type String
- The scope type.
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oktaTerraform Provider.
Viewing docs for Okta v7.0.0
published on Friday, Sep 11, 2026 by Pulumi
published on Friday, Sep 11, 2026 by Pulumi