IdentityProfileArgs

data class IdentityProfileArgs(val msiClientId: Output<String>, val msiObjectId: Output<String>, val msiResourceId: Output<String>) : ConvertibleToJava<IdentityProfileArgs>

Identity Profile with details of an MSI.

Constructors

Link copied to clipboard
constructor(msiClientId: Output<String>, msiObjectId: Output<String>, msiResourceId: Output<String>)

Properties

Link copied to clipboard
val msiClientId: Output<String>

ClientId of the MSI.

Link copied to clipboard
val msiObjectId: Output<String>

ObjectId of the MSI.

Link copied to clipboard
val msiResourceId: Output<String>

ResourceId of the MSI.

Functions

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