Viewing docs for StrongDM v1.34.12
published on Sunday, Apr 26, 2026 by Piers Karsenbarg
published on Sunday, Apr 26, 2026 by Piers Karsenbarg
Viewing docs for StrongDM v1.34.12
published on Sunday, Apr 26, 2026 by Piers Karsenbarg
published on Sunday, Apr 26, 2026 by Piers Karsenbarg
Using getOrgUrlInfo
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 getOrgUrlInfo(args: GetOrgUrlInfoArgs, opts?: InvokeOptions): Promise<GetOrgUrlInfoResult>
function getOrgUrlInfoOutput(args: GetOrgUrlInfoOutputArgs, opts?: InvokeOptions): Output<GetOrgUrlInfoResult>def get_org_url_info(base_url: Optional[str] = None,
id: Optional[str] = None,
oidc_issuer_url: Optional[str] = None,
saml_metadata_url: Optional[str] = None,
websites_subdomain: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrgUrlInfoResult
def get_org_url_info_output(base_url: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
oidc_issuer_url: pulumi.Input[Optional[str]] = None,
saml_metadata_url: pulumi.Input[Optional[str]] = None,
websites_subdomain: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrgUrlInfoResult]func GetOrgUrlInfo(ctx *Context, args *GetOrgUrlInfoArgs, opts ...InvokeOption) (*GetOrgUrlInfoResult, error)
func GetOrgUrlInfoOutput(ctx *Context, args *GetOrgUrlInfoOutputArgs, opts ...InvokeOption) GetOrgUrlInfoResultOutput> Note: This function is named GetOrgUrlInfo in the Go SDK.
public static class GetOrgUrlInfo
{
public static Task<GetOrgUrlInfoResult> InvokeAsync(GetOrgUrlInfoArgs args, InvokeOptions? opts = null)
public static Output<GetOrgUrlInfoResult> Invoke(GetOrgUrlInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrgUrlInfoResult> getOrgUrlInfo(GetOrgUrlInfoArgs args, InvokeOptions options)
public static Output<GetOrgUrlInfoResult> getOrgUrlInfo(GetOrgUrlInfoArgs args, InvokeOptions options)
fn::invoke:
function: sdm:index/getOrgUrlInfo:getOrgUrlInfo
arguments:
# arguments dictionaryThe following arguments are supported:
- Base
Url string - Id string
- Oidc
Issuer stringUrl - Saml
Metadata stringUrl - Websites
Subdomain string
- Base
Url string - Id string
- Oidc
Issuer stringUrl - Saml
Metadata stringUrl - Websites
Subdomain string
- base
Url String - id String
- oidc
Issuer StringUrl - saml
Metadata StringUrl - websites
Subdomain String
- base
Url string - id string
- oidc
Issuer stringUrl - saml
Metadata stringUrl - websites
Subdomain string
- base_
url str - id str
- oidc_
issuer_ strurl - saml_
metadata_ strurl - websites_
subdomain str
- base
Url String - id String
- oidc
Issuer StringUrl - saml
Metadata StringUrl - websites
Subdomain String
getOrgUrlInfo Result
The following output properties are available:
- Base
Url string - Id string
- Oidc
Issuer stringUrl - Saml
Metadata stringUrl - Websites
Subdomain string
- Base
Url string - Id string
- Oidc
Issuer stringUrl - Saml
Metadata stringUrl - Websites
Subdomain string
- base
Url String - id String
- oidc
Issuer StringUrl - saml
Metadata StringUrl - websites
Subdomain String
- base
Url string - id string
- oidc
Issuer stringUrl - saml
Metadata stringUrl - websites
Subdomain string
- base_
url str - id str
- oidc_
issuer_ strurl - saml_
metadata_ strurl - websites_
subdomain str
- base
Url String - id String
- oidc
Issuer StringUrl - saml
Metadata StringUrl - websites
Subdomain String
Package Details
- Repository
- sdm pierskarsenbarg/pulumi-sdm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdmTerraform Provider.
Viewing docs for StrongDM v1.34.12
published on Sunday, Apr 26, 2026 by Piers Karsenbarg
published on Sunday, Apr 26, 2026 by Piers Karsenbarg
