IdentityModelArgs

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

Identity model.

Constructors

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

Properties

Link copied to clipboard
val aadAuthority: Output<String>

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

Link copied to clipboard
val applicationId: Output<String>

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

Link copied to clipboard
val audience: Output<String>

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

Link copied to clipboard
val objectId: Output<String>

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

Link copied to clipboard
val tenantId: Output<String>

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

Functions

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