1. Packages
  2. Konnect Provider
  3. API Docs
  4. getPortalAuth
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getPortalAuth

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getPortalAuth

    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 getPortalAuth(args: GetPortalAuthArgs, opts?: InvokeOptions): Promise<GetPortalAuthResult>
    function getPortalAuthOutput(args: GetPortalAuthOutputArgs, opts?: InvokeOptions): Output<GetPortalAuthResult>
    def get_portal_auth(portal_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetPortalAuthResult
    def get_portal_auth_output(portal_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetPortalAuthResult]
    func LookupPortalAuth(ctx *Context, args *LookupPortalAuthArgs, opts ...InvokeOption) (*LookupPortalAuthResult, error)
    func LookupPortalAuthOutput(ctx *Context, args *LookupPortalAuthOutputArgs, opts ...InvokeOption) LookupPortalAuthResultOutput

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

    public static class GetPortalAuth 
    {
        public static Task<GetPortalAuthResult> InvokeAsync(GetPortalAuthArgs args, InvokeOptions? opts = null)
        public static Output<GetPortalAuthResult> Invoke(GetPortalAuthInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPortalAuthResult> getPortalAuth(GetPortalAuthArgs args, InvokeOptions options)
    public static Output<GetPortalAuthResult> getPortalAuth(GetPortalAuthArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getPortalAuth:getPortalAuth
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PortalId string
    PortalId string
    portalId String
    portalId string
    portalId String

    getPortalAuth Result

    The following output properties are available:

    BasicAuthEnabled bool
    Id string
    The provider-assigned unique ID for this managed resource.
    IdpMappingEnabled bool
    KonnectMappingEnabled bool
    OidcAuthEnabled bool
    OidcConfig GetPortalAuthOidcConfig
    OidcTeamMappingEnabled bool
    PortalId string
    SamlAuthEnabled bool
    BasicAuthEnabled bool
    Id string
    The provider-assigned unique ID for this managed resource.
    IdpMappingEnabled bool
    KonnectMappingEnabled bool
    OidcAuthEnabled bool
    OidcConfig GetPortalAuthOidcConfig
    OidcTeamMappingEnabled bool
    PortalId string
    SamlAuthEnabled bool
    basicAuthEnabled Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    idpMappingEnabled Boolean
    konnectMappingEnabled Boolean
    oidcAuthEnabled Boolean
    oidcConfig GetPortalAuthOidcConfig
    oidcTeamMappingEnabled Boolean
    portalId String
    samlAuthEnabled Boolean
    basicAuthEnabled boolean
    id string
    The provider-assigned unique ID for this managed resource.
    idpMappingEnabled boolean
    konnectMappingEnabled boolean
    oidcAuthEnabled boolean
    oidcConfig GetPortalAuthOidcConfig
    oidcTeamMappingEnabled boolean
    portalId string
    samlAuthEnabled boolean
    basicAuthEnabled Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    idpMappingEnabled Boolean
    konnectMappingEnabled Boolean
    oidcAuthEnabled Boolean
    oidcConfig Property Map
    oidcTeamMappingEnabled Boolean
    portalId String
    samlAuthEnabled Boolean

    Supporting Types

    GetPortalAuthOidcConfig

    ClaimMappings GetPortalAuthOidcConfigClaimMappings
    Mappings from a portal developer atribute to an Identity Provider claim.
    ClientId string
    Issuer string
    Scopes List<string>
    ClaimMappings GetPortalAuthOidcConfigClaimMappings
    Mappings from a portal developer atribute to an Identity Provider claim.
    ClientId string
    Issuer string
    Scopes []string
    claimMappings GetPortalAuthOidcConfigClaimMappings
    Mappings from a portal developer atribute to an Identity Provider claim.
    clientId String
    issuer String
    scopes List<String>
    claimMappings GetPortalAuthOidcConfigClaimMappings
    Mappings from a portal developer atribute to an Identity Provider claim.
    clientId string
    issuer string
    scopes string[]
    claim_mappings GetPortalAuthOidcConfigClaimMappings
    Mappings from a portal developer atribute to an Identity Provider claim.
    client_id str
    issuer str
    scopes Sequence[str]
    claimMappings Property Map
    Mappings from a portal developer atribute to an Identity Provider claim.
    clientId String
    issuer String
    scopes List<String>

    GetPortalAuthOidcConfigClaimMappings

    Email string
    Groups string
    Name string
    Email string
    Groups string
    Name string
    email String
    groups String
    name String
    email string
    groups string
    name string
    email str
    groups str
    name str
    email String
    groups String
    name String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong