github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_service_principal_secret.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceServicePrincipalSecret struct { 6 Id string `json:"id,omitempty"` 7 Secret string `json:"secret,omitempty"` 8 ServicePrincipalId string `json:"service_principal_id"` 9 Status string `json:"status,omitempty"` 10 }