Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToAppInfoList ¶
func ToAppInfoList(result models.ApplicationCollectionResponseable) []idp.AppInfo
Types ¶
type ResourceServerAppInfo ¶
type ResourceServerAppInfo struct {
// contains filtered or unexported fields
}
ResourceServerAppInfo - consider moving this to core same struct used by cognito
func NewResourceServerAppInfo ¶
func NewResourceServerAppInfo(id string, name string, description string, identifier string) ResourceServerAppInfo
func (ResourceServerAppInfo) DisplayName ¶
func (a ResourceServerAppInfo) DisplayName() string
func (ResourceServerAppInfo) Id ¶
func (a ResourceServerAppInfo) Id() string
func (ResourceServerAppInfo) Identifier ¶
func (a ResourceServerAppInfo) Identifier() string
func (ResourceServerAppInfo) Name ¶
func (a ResourceServerAppInfo) Name() string
func (ResourceServerAppInfo) Type ¶
func (a ResourceServerAppInfo) Type() string
Click to show internal directories.
Click to hide internal directories.