Call Credentials Args
data class CallCredentialsArgs(val callCredentialType: Output<CallCredentialsCallCredentialType>? = null, val fromPlugin: Output<MetadataCredentialsFromPluginArgs>? = null) : ConvertibleToJava<CallCredentialsArgs>
Deprecated gRPC call credentials to access the SDS server. gRPC call credentials to access the SDS server.
Constructors
Link copied to clipboard
fun CallCredentialsArgs(callCredentialType: Output<CallCredentialsCallCredentialType>? = null, fromPlugin: Output<MetadataCredentialsFromPluginArgs>? = null)