ManagedIdentitySettingsArgs

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

Managed identity settings for upstream.

Constructors

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

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.

Functions

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