authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik
authentik.getProviderOauth2Config
Explore with Pulumi AI
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik
Get OAuth2 provider config
Using getProviderOauth2Config
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 getProviderOauth2Config(args: GetProviderOauth2ConfigArgs, opts?: InvokeOptions): Promise<GetProviderOauth2ConfigResult>
function getProviderOauth2ConfigOutput(args: GetProviderOauth2ConfigOutputArgs, opts?: InvokeOptions): Output<GetProviderOauth2ConfigResult>
def get_provider_oauth2_config(id: Optional[str] = None,
name: Optional[str] = None,
provider_id: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetProviderOauth2ConfigResult
def get_provider_oauth2_config_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
provider_id: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProviderOauth2ConfigResult]
func GetProviderOauth2Config(ctx *Context, args *GetProviderOauth2ConfigArgs, opts ...InvokeOption) (*GetProviderOauth2ConfigResult, error)
func GetProviderOauth2ConfigOutput(ctx *Context, args *GetProviderOauth2ConfigOutputArgs, opts ...InvokeOption) GetProviderOauth2ConfigResultOutput
> Note: This function is named GetProviderOauth2Config
in the Go SDK.
public static class GetProviderOauth2Config
{
public static Task<GetProviderOauth2ConfigResult> InvokeAsync(GetProviderOauth2ConfigArgs args, InvokeOptions? opts = null)
public static Output<GetProviderOauth2ConfigResult> Invoke(GetProviderOauth2ConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProviderOauth2ConfigResult> getProviderOauth2Config(GetProviderOauth2ConfigArgs args, InvokeOptions options)
public static Output<GetProviderOauth2ConfigResult> getProviderOauth2Config(GetProviderOauth2ConfigArgs args, InvokeOptions options)
fn::invoke:
function: authentik:index/getProviderOauth2Config:getProviderOauth2Config
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The ID of this resource.
- Name string
- Find provider by name
- Provider
Id double - Find provider by ID
- Id string
- The ID of this resource.
- Name string
- Find provider by name
- Provider
Id float64 - Find provider by ID
- id String
- The ID of this resource.
- name String
- Find provider by name
- provider
Id Double - Find provider by ID
- id string
- The ID of this resource.
- name string
- Find provider by name
- provider
Id number - Find provider by ID
- id str
- The ID of this resource.
- name str
- Find provider by name
- provider_
id float - Find provider by ID
- id String
- The ID of this resource.
- name String
- Find provider by name
- provider
Id Number - Find provider by ID
getProviderOauth2Config Result
The following output properties are available:
- string
- Generated.
- Id string
- The ID of this resource.
- Issuer
Url string - Generated.
- Jwks
Url string - Generated.
- Logout
Url string - Generated.
- Provider
Info stringUrl - Generated.
- Token
Url string - Generated.
- User
Info stringUrl - Generated.
- Name string
- Find provider by name
- Provider
Id double - Find provider by ID
- string
- Generated.
- Id string
- The ID of this resource.
- Issuer
Url string - Generated.
- Jwks
Url string - Generated.
- Logout
Url string - Generated.
- Provider
Info stringUrl - Generated.
- Token
Url string - Generated.
- User
Info stringUrl - Generated.
- Name string
- Find provider by name
- Provider
Id float64 - Find provider by ID
- String
- Generated.
- id String
- The ID of this resource.
- issuer
Url String - Generated.
- jwks
Url String - Generated.
- logout
Url String - Generated.
- provider
Info StringUrl - Generated.
- token
Url String - Generated.
- user
Info StringUrl - Generated.
- name String
- Find provider by name
- provider
Id Double - Find provider by ID
- string
- Generated.
- id string
- The ID of this resource.
- issuer
Url string - Generated.
- jwks
Url string - Generated.
- logout
Url string - Generated.
- provider
Info stringUrl - Generated.
- token
Url string - Generated.
- user
Info stringUrl - Generated.
- name string
- Find provider by name
- provider
Id number - Find provider by ID
- str
- Generated.
- id str
- The ID of this resource.
- issuer_
url str - Generated.
- jwks_
url str - Generated.
- logout_
url str - Generated.
- provider_
info_ strurl - Generated.
- token_
url str - Generated.
- user_
info_ strurl - Generated.
- name str
- Find provider by name
- provider_
id float - Find provider by ID
- String
- Generated.
- id String
- The ID of this resource.
- issuer
Url String - Generated.
- jwks
Url String - Generated.
- logout
Url String - Generated.
- provider
Info StringUrl - Generated.
- token
Url String - Generated.
- user
Info StringUrl - Generated.
- name String
- Find provider by name
- provider
Id Number - Find provider by ID
Package Details
- Repository
- authentik goauthentik/terraform-provider-authentik
- License
- Notes
- This Pulumi package is based on the
authentik
Terraform Provider.
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik