IdentityModelArgs

data class IdentityModelArgs(val aadAuthority: Output<String>? = null, val applicationId: Output<String>? = null, val audience: Output<String>? = null, val objectId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<IdentityModelArgs>

Identity model.

Constructors

Link copied to clipboard
constructor(aadAuthority: Output<String>? = null, applicationId: Output<String>? = null, audience: Output<String>? = null, objectId: Output<String>? = null, tenantId: Output<String>? = null)

Properties

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

Gets or sets the authority of the SPN with which MigrateAgent communicates to service.

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

Gets or sets the client/application Id of the SPN with which MigrateAgent communicates to service.

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

Gets or sets the audience of the SPN with which MigrateAgent communicates to service.

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

Gets or sets the object Id of the SPN with which MigrateAgent communicates to service.

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

Gets or sets the tenant Id of the SPN with which MigrateAgent communicates to service.

Functions

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