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
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 dictionarydata "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:
- string
- string
- Client
Id string - Client
Secret string - Create
Date string - Description string
- Id string
- Identity
Map intType - Idp
Identity stringKey - Oauth
Provider stringName - Provider
Id string - Scope string
- Sso
Type int - Status int
- Token
Url string - Trn string
- Update
Date string - User
Info stringUrl
- string
- string
- Client
Id string - Client
Secret string - Create
Date string - Description string
- Id string
- Identity
Map intType - Idp
Identity stringKey - Oauth
Provider stringName - Provider
Id string - Scope string
- Sso
Type int - Status int
- Token
Url string - Trn string
- Update
Date string - User
Info stringUrl
- string
- string
- client_
id string - client_
secret string - create_
date string - description string
- id string
- identity_
map_ numbertype - idp_
identity_ stringkey - oauth_
provider_ stringname - provider_
id string - scope string
- sso_
type number - status number
- token_
url string - trn string
- update_
date string - user_
info_ stringurl
- String
- String
- client
Id String - client
Secret String - create
Date String - description String
- id String
- identity
Map IntegerType - idp
Identity StringKey - oauth
Provider StringName - provider
Id String - scope String
- sso
Type Integer - status Integer
- token
Url String - trn String
- update
Date String - user
Info StringUrl
- string
- string
- client
Id string - client
Secret string - create
Date string - description string
- id string
- identity
Map numberType - idp
Identity stringKey - oauth
Provider stringName - provider
Id string - scope string
- sso
Type number - status number
- token
Url string - trn string
- update
Date string - user
Info stringUrl
- str
- str
- client_
id str - client_
secret str - create_
date str - description str
- id str
- identity_
map_ inttype - idp_
identity_ strkey - oauth_
provider_ strname - provider_
id str - scope str
- sso_
type int - status int
- token_
url str - trn str
- update_
date str - user_
info_ strurl
- String
- String
- client
Id String - client
Secret String - create
Date String - description String
- id String
- identity
Map NumberType - idp
Identity StringKey - oauth
Provider StringName - provider
Id String - scope String
- sso
Type Number - status Number
- token
Url String - trn String
- update
Date String - user
Info StringUrl
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