1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. iam
  6. getOauthProvider
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine

    Data Source schema for Volcengine::IAM::OauthProvider

    Using getOauthProvider

    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 getOauthProvider(args: GetOauthProviderArgs, opts?: InvokeOptions): Promise<GetOauthProviderResult>
    function getOauthProviderOutput(args: GetOauthProviderOutputArgs, opts?: InvokeOptions): Output<GetOauthProviderResult>
    def get_oauth_provider(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetOauthProviderResult
    def get_oauth_provider_output(id: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetOauthProviderResult]
    func LookupOauthProvider(ctx *Context, args *LookupOauthProviderArgs, opts ...InvokeOption) (*LookupOauthProviderResult, error)
    func LookupOauthProviderOutput(ctx *Context, args *LookupOauthProviderOutputArgs, opts ...InvokeOption) LookupOauthProviderResultOutput

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

    public static class GetOauthProvider 
    {
        public static Task<GetOauthProviderResult> InvokeAsync(GetOauthProviderArgs args, InvokeOptions? opts = null)
        public static Output<GetOauthProviderResult> Invoke(GetOauthProviderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOauthProviderResult> getOauthProvider(GetOauthProviderArgs args, InvokeOptions options)
    public static Output<GetOauthProviderResult> getOauthProvider(GetOauthProviderArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:iam/getOauthProvider:getOauthProvider
      arguments:
        # arguments dictionary
    data "volcenginecc_iam_getoauthprovider" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Id string
    id string
    id String
    id string
    id str
    id String

    getOauthProvider Result

    The following output properties are available:

    authorizeTemplate String
    authorizeUrl String
    clientId String
    clientSecret String
    createDate String
    description String
    id String
    identityMapType Integer
    idpIdentityKey String
    oauthProviderName String
    providerId String
    scope String
    ssoType Integer
    status Integer
    tokenUrl String
    trn String
    updateDate String
    userInfoUrl String
    authorizeTemplate string
    authorizeUrl string
    clientId string
    clientSecret string
    createDate string
    description string
    id string
    identityMapType number
    idpIdentityKey string
    oauthProviderName string
    providerId string
    scope string
    ssoType number
    status number
    tokenUrl string
    trn string
    updateDate string
    userInfoUrl string
    authorizeTemplate String
    authorizeUrl String
    clientId String
    clientSecret String
    createDate String
    description String
    id String
    identityMapType Number
    idpIdentityKey String
    oauthProviderName String
    providerId String
    scope String
    ssoType Number
    status Number
    tokenUrl String
    trn String
    updateDate String
    userInfoUrl String

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.43
    published on Monday, Jun 15, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial