Service Principal Profile Args
data class ServicePrincipalProfileArgs(val clientId: Output<String>? = null, val clientSecret: Output<String>? = null) : ConvertibleToJava<ServicePrincipalProfileArgs>
ServicePrincipalProfile represents a service principal profile.