serviceAccountCredentials

@JvmName(name = "fvgcdeqajdytkacf")
suspend fun serviceAccountCredentials(value: Output<DirectoryConfigServiceAccountCredentialsArgs>)

Parameters

value

The credentials for the service account used by the streaming instance to connect to the directory. Do not use this parameter directly. Use ServiceAccountCredentials as an input parameter with noEcho as shown in the Parameters . For best practices information, see Do Not Embed Credentials in Your Templates .


@JvmName(name = "ywxcraukvhwmygmy")
suspend fun serviceAccountCredentials(argument: suspend DirectoryConfigServiceAccountCredentialsArgsBuilder.() -> Unit)

Parameters

argument

The credentials for the service account used by the streaming instance to connect to the directory. Do not use this parameter directly. Use ServiceAccountCredentials as an input parameter with noEcho as shown in the Parameters . For best practices information, see Do Not Embed Credentials in Your Templates .