credential

@JvmName(name = "kqtkoggwijfhodlp")
suspend fun credential(value: Output<AppAuthorizationCredentialArgs>)
@JvmName(name = "ulxdymlujywvbtdk")
suspend fun credential(value: AppAuthorizationCredentialArgs?)

Parameters

value

Contains credentials for the application, such as an API key or OAuth2 client ID and secret. Specify credentials that match the authorization type for your request. For example, if the authorization type for your request is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.


@JvmName(name = "pjoudyvpwprihcna")
suspend fun credential(argument: suspend AppAuthorizationCredentialArgsBuilder.() -> Unit)

Parameters

argument

Contains credentials for the application, such as an API key or OAuth2 client ID and secret. Specify credentials that match the authorization type for your request. For example, if the authorization type for your request is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.