Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docset/windows/adfs/get-adfsserverapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,22 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup


## NOTES
Microsoft.IdentityServer.Management.Resources.ServerApplication inherits from Microsoft.IdentityServer.Management.Resources.ClientApplication object and implements the Microsoft.IdentityServer.Management.Resources.IApplication interface.

Microsoft.IdentityServer.Management.Resources.ClientApplication

ApplicationGroupIdentifier string
Description string
Enabled bool
Identifier string
Name string
RedirectUri string[]

Microsoft.IdentityServer.Management.Resources.IApplication

ApplicationGroupIdentifier string
Enabled bool
Name string

## RELATED LINKS

Expand Down
16 changes: 16 additions & 0 deletions docset/windows/adfs/get-adfswebapiapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,22 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup
Serialized string

## NOTES
Microsoft.IdentityServer.Management.Resources.WebApiApplication inherits from Microsoft.IdentityServer.Management.Resources.ClientApplication object and implements the Microsoft.IdentityServer.Management.Resources.IApplication interface.

Microsoft.IdentityServer.Management.Resources.ClientApplication

ApplicationGroupIdentifier string
Description string
Enabled bool
Identifier string
Name string
RedirectUri string[]

Microsoft.IdentityServer.Management.Resources.IApplication

ApplicationGroupIdentifier string
Enabled bool
Name string

## RELATED LINKS

Expand Down