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
fun ServicePrincipalArgs(type: Output<Either<String, ServicePrincipalType>>? = null)

Functions

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

Properties

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

Service principal type.