Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Plural Data Source schema for Volcengine::IAM::OauthProvider
Using getOauthProviders
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 getOauthProviders(opts?: InvokeOptions): Promise<GetOauthProvidersResult>
function getOauthProvidersOutput(opts?: InvokeOptions): Output<GetOauthProvidersResult>def get_oauth_providers(opts: Optional[InvokeOptions] = None) -> GetOauthProvidersResult
def get_oauth_providers_output(opts: Optional[InvokeOptions] = None) -> Output[GetOauthProvidersResult]func GetOauthProviders(ctx *Context, opts ...InvokeOption) (*GetOauthProvidersResult, error)
func GetOauthProvidersOutput(ctx *Context, opts ...InvokeOption) GetOauthProvidersResultOutput> Note: This function is named GetOauthProviders in the Go SDK.
public static class GetOauthProviders
{
public static Task<GetOauthProvidersResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetOauthProvidersResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetOauthProvidersResult> getOauthProviders(InvokeOptions options)
public static Output<GetOauthProvidersResult> getOauthProviders(InvokeOptions options)
fn::invoke:
function: volcenginecc:iam/getOauthProviders:getOauthProviders
arguments:
# arguments dictionarydata "volcenginecc_iam_getoauthproviders" "name" {
# arguments
}getOauthProviders Result
The following output properties are available:
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine