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.
Constructors
Link copied to clipboard
fun ServicePrincipalProfileArgs(clientId: Output<String>? = null, clientSecret: Output<String>? = null)