databricks-cli/bundle/internal/tf/schema/resource_service_principal_...

10 lines
278 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceServicePrincipalRole struct {
Id string `json:"id,omitempty"`
Role string `json:"role"`
ServicePrincipalId string `json:"service_principal_id"`
}