Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { ApplicationID string `json:"applicationId"` // Application (client) ID of your app registered in Microsoft Azure App registrations ClientSecret string `json:"clientSecret"` // Client secret of your app registered in Microsoft Azure App registrations Description *string `json:"description,omitempty"` // Description DirectoryID string `json:"directoryId"` // Directory (tenant) ID of Microsoft Entra Identity Developer Name string `json:"name"` // The name of the Microsoft Entra Identity Developer connection }
func (*Settings) FillDemoValues ¶
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.