ServicePrincipalArgs

data class ServicePrincipalArgs(val type: Output<Either<String, ServicePrincipalType>>? = null) : ConvertibleToJava<ServicePrincipalArgs>

The managed instance's service principal configuration for a resource.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, ServicePrincipalType>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, ServicePrincipalType>>? = null

Service principal type.

Functions

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