toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.applicationintegration.kotlin.outputs
/
AuthConfigDecryptedCredentialAuthToken
Auth
Config
Decrypted
Credential
Auth
Token
data
class
AuthConfigDecryptedCredentialAuthToken
(
val
token
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Auth
Config
Decrypted
Credential
Auth
Token
Link copied to clipboard
constructor
(
token
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
token
Link copied to clipboard
val
token
:
String
?
=
null
The token for the auth type.
type
Link copied to clipboard
val
type
:
String
?
=
null
Authentication type, e.g. "Basic", "Bearer", etc.