konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getPortalAuth
Explore with Pulumi AI
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:
- Portal
Id string
- Portal
Id string
- portal
Id String
- portal
Id string
- portal_
id str
- portal
Id String
getPortalAuth Result
The following output properties are available:
- Basic
Auth boolEnabled - Id string
- The provider-assigned unique ID for this managed resource.
- Idp
Mapping boolEnabled - Konnect
Mapping boolEnabled - Oidc
Auth boolEnabled - Oidc
Config GetPortal Auth Oidc Config - Oidc
Team boolMapping Enabled - Portal
Id string - Saml
Auth boolEnabled
- Basic
Auth boolEnabled - Id string
- The provider-assigned unique ID for this managed resource.
- Idp
Mapping boolEnabled - Konnect
Mapping boolEnabled - Oidc
Auth boolEnabled - Oidc
Config GetPortal Auth Oidc Config - Oidc
Team boolMapping Enabled - Portal
Id string - Saml
Auth boolEnabled
- basic
Auth BooleanEnabled - id String
- The provider-assigned unique ID for this managed resource.
- idp
Mapping BooleanEnabled - konnect
Mapping BooleanEnabled - oidc
Auth BooleanEnabled - oidc
Config GetPortal Auth Oidc Config - oidc
Team BooleanMapping Enabled - portal
Id String - saml
Auth BooleanEnabled
- basic
Auth booleanEnabled - id string
- The provider-assigned unique ID for this managed resource.
- idp
Mapping booleanEnabled - konnect
Mapping booleanEnabled - oidc
Auth booleanEnabled - oidc
Config GetPortal Auth Oidc Config - oidc
Team booleanMapping Enabled - portal
Id string - saml
Auth booleanEnabled
- basic_
auth_ boolenabled - id str
- The provider-assigned unique ID for this managed resource.
- idp_
mapping_ boolenabled - konnect_
mapping_ boolenabled - oidc_
auth_ boolenabled - oidc_
config GetPortal Auth Oidc Config - oidc_
team_ boolmapping_ enabled - portal_
id str - saml_
auth_ boolenabled
- basic
Auth BooleanEnabled - id String
- The provider-assigned unique ID for this managed resource.
- idp
Mapping BooleanEnabled - konnect
Mapping BooleanEnabled - oidc
Auth BooleanEnabled - oidc
Config Property Map - oidc
Team BooleanMapping Enabled - portal
Id String - saml
Auth BooleanEnabled
Supporting Types
GetPortalAuthOidcConfig
- Claim
Mappings GetPortal Auth Oidc Config Claim Mappings - Mappings from a portal developer atribute to an Identity Provider claim.
- Client
Id string - Issuer string
- Scopes List<string>
- Claim
Mappings GetPortal Auth Oidc Config Claim Mappings - Mappings from a portal developer atribute to an Identity Provider claim.
- Client
Id string - Issuer string
- Scopes []string
- claim
Mappings GetPortal Auth Oidc Config Claim Mappings - Mappings from a portal developer atribute to an Identity Provider claim.
- client
Id String - issuer String
- scopes List<String>
- claim
Mappings GetPortal Auth Oidc Config Claim Mappings - Mappings from a portal developer atribute to an Identity Provider claim.
- client
Id string - issuer string
- scopes string[]
- claim_
mappings GetPortal Auth Oidc Config Claim Mappings - Mappings from a portal developer atribute to an Identity Provider claim.
- client_
id str - issuer str
- scopes Sequence[str]
- claim
Mappings Property Map - Mappings from a portal developer atribute to an Identity Provider claim.
- client
Id String - issuer String
- scopes List<String>
GetPortalAuthOidcConfigClaimMappings
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.