ManagedIdentitySettingsArgs

data class ManagedIdentitySettingsArgs(val resource: Output<String>? = null) : ConvertibleToJava<ManagedIdentitySettingsArgs>

Managed identity settings for upstream.

Constructors

Link copied to clipboard
fun ManagedIdentitySettingsArgs(resource: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ManagedIdentitySettingsArgs

Properties

Link copied to clipboard
val resource: Output<String>? = null

The Resource indicating the App ID URI of the target resource. It also appears in the aud (audience) claim of the issued token.