mirror of https://github.com/databricks/cli.git
11 lines
345 B
Go
11 lines
345 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceServicePrincipalSecret struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Secret string `json:"secret,omitempty"`
|
||
|
ServicePrincipalId string `json:"service_principal_id"`
|
||
|
Status string `json:"status,omitempty"`
|
||
|
}
|