Skip to content

Commit 3ed2424

Browse files
committed
updating output
1 parent 64c58c7 commit 3ed2424

10 files changed

+325
-275
lines changed

docset/windows/adfs/add-adfsnativeclientapplication.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
202202

203203
## OUTPUTS
204204

205+
**Microsoft.IdentityServer.Management.Resources.NativeClientApplication**
206+
207+
ApplicationGroupIdentifier string
208+
Description string
209+
Enabled bool
210+
Identifier string
211+
Name string
212+
RedirectUri string[]
213+
205214
## NOTES
206215

207216
## RELATED LINKS

docset/windows/adfs/add-adfswebapiapplication.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,58 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
524524
## INPUTS
525525
526526
## OUTPUTS
527+
**Microsoft.IdentityServer.Management.Resources.WebApiApplication**
528+
529+
AccessControlPolicyName string
530+
AccessControlPolicyParameters System.Object
531+
AdditionalAuthenticationRules string
532+
AllowedAuthenticationClassReferences string[]
533+
AllowedClientTypes Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes
534+
AlwaysRequireAuthentication bool
535+
ApplicationGroupId string
536+
ApplicationGroupIdentifier string
537+
ClaimsProviderName string[]
538+
DelegationAuthorizationRules string
539+
Description string
540+
Enabled bool
541+
Identifier System.Collections.ObjectModel.ReadOnlyCollection[string]
542+
ImpersonationAuthorizationRules string
543+
IssuanceAuthorizationRules string
544+
IssuanceTransformRules string
545+
IssueOAuthRefreshTokensTo Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes
546+
Name string
547+
NotBeforeSkew int
548+
PublishedThroughProxy bool
549+
RefreshTokenProtectionEnabled bool
550+
RequestMFAFromClaimsProviders bool
551+
ResultantPolicy Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata
552+
TokenLifetime int
553+
554+
**Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes**
555+
556+
AllowedClientTypes
557+
{
558+
None = 0,
559+
Public = 2,
560+
Confidential=4,
561+
}
562+
563+
564+
**Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes**
565+
566+
RefreshTokenIssuanceDeviceTypes
567+
{
568+
NoDevice = 0,
569+
WorkplaceJoinedDevices = 1,
570+
AllDevices = 2
571+
}
572+
573+
574+
**Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata**
575+
576+
IsParameterized bool
577+
Summary string
578+
Serialized string
527579
528580
## NOTES
529581

docset/windows/adfs/get-adfsapplicationgroup.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -102,31 +102,42 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup
102102
103103
## OUTPUTS
104104
105-
Get-AdfsApplicationGroup
106-
Microsoft.IdentityServer.Management.Resources.ApplicationGroup
107-
{get;set;} ApplicationGroupIdentifier string
108-
{get;} Applications Microsoft.IdentityServer.Management.Resources.IApplication[]
109-
{get;set;} Description string
110-
{get;set;} Enabled bool
111-
{get;set;} Name string
112-
---------------------------
113-
114-
105+
**Microsoft.IdentityServer.Management.Resources.ApplicationGroup**
106+
107+
ApplicationGroupIdentifier string
108+
Applications Microsoft.IdentityServer.Management.Resources.IApplication[]
109+
Description string
110+
Enabled bool
111+
Name string
112+
113+
114+
**Microsoft.IdentityServer.Management.Resources.IApplication**
115+
116+
ADUserPrincipalName string
117+
ApplicationGroupIdentifier string
118+
ClientSecret string
119+
Description string
120+
Enabled bool
121+
Identifier string
122+
JWKSUri uri
123+
JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting
124+
JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object]
125+
Name string
126+
RedirectUri string[]
127+
128+
129+
**Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting**
115130
116-
(Get-AdfsApplicationGroup | select Applications).Applications[0]
117-
Microsoft.IdentityServer.Management.Resources.IApplication
118-
{get;set;} ADUserPrincipalName string
119-
{get;} ApplicationGroupIdentifier string
120-
{get;} ClientSecret string
121-
{get;set;} Description string
122-
{get;} Enabled bool
123-
{get;set;} Identifier string
124-
{get;set;} JWKSUri uri
125-
{get;set;} JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting
126-
{get;} JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object]
127-
{get;set;} Name string
128-
{get;set;} RedirectUri string[]
129-
---------------------------
131+
RevocationSetting
132+
{
133+
None = 0,
134+
CheckEndCert = 1,
135+
CheckEndCertCacheOnly = 2,
136+
CheckChain = 3,
137+
CheckChainCacheOnly = 4,
138+
CheckChainExcludeRoot = 5,
139+
CheckChainExcludeRootCacheOnly = 6,
140+
}
130141
131142
## NOTES
132143

docset/windows/adfs/get-adfsapplicationpermission.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,28 +101,26 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
101101
102102
## OUTPUTS
103103
104-
(Get-AdfsApplicationPermission)[0]
105-
Microsoft.IdentityServer.Management.Resources.OAuthPermission
106-
{get;} ClientRoleIdentifier string
107-
{get;} ConsentType Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType
108-
{get;} Description string
109-
{get;} GrantedAt datetime
110-
{get;} GrantedBy string
111-
{get;} ObjectIdentifier string
112-
{get;} ScopeNames string[]
113-
{get;} ServerRoleIdentifier string
114-
---------------------------
115-
116-
104+
**Microsoft.IdentityServer.Management.Resources.OAuthPermission**
105+
106+
ClientRoleIdentifier string
107+
ConsentType Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType
108+
Description string
109+
GrantedAt datetime
110+
GrantedBy string
111+
ObjectIdentifier string
112+
ScopeNames string[]
113+
ServerRoleIdentifier string
114+
115+
116+
**Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType**
117117
118-
Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType
119-
public enum OAuthConsentType
120-
{
121-
Unknown = 0,
122-
Administrator = 1,
123-
User = 2,
124-
}
125-
---------------------------
118+
OAuthConsentType
119+
{
120+
Unknown = 0,
121+
Administrator = 1,
122+
User = 2,
123+
}
126124
127125
128126
## NOTES

docset/windows/adfs/get-adfsendpoint.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,16 @@ System.Uri[]
9393
9494
## OUTPUTS
9595
96-
(Get-AdfsEndpoint)[0]
97-
Microsoft.IdentityServer.Management.Resources.Endpoint
98-
{get;} AddressPath string
99-
{get;} ClientCredentialType string
100-
{get;} Enabled bool
101-
{get;} FullUrl uri
102-
{get;} Protocol string
103-
{get;} Proxy bool
104-
{get;} SecurityMode string
105-
{get;} Version string
106-
---------------------------
96+
**Microsoft.IdentityServer.Management.Resources.Endpoint**
97+
98+
AddressPath string
99+
ClientCredentialType string
100+
Enabled bool
101+
FullUrl uri
102+
Protocol string
103+
Proxy bool
104+
SecurityMode string
105+
Version string
107106
108107
### Microsoft.IdentityServer.PowerShell.Resources.Endpoint
109108
This cmdlet returns class structure that represents the endpoints for the Federation Service.

docset/windows/adfs/get-adfsnativeclientapplication.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,14 @@ System.Uri[]
143143
144144
## OUTPUTS
145145
146-
Get-AdfsNativeClientApplication
147-
Microsoft.IdentityServer.Management.Resources.NativeClientApplication
148-
{get;} ApplicationGroupIdentifier string
149-
{get;set;} Description string
150-
{get;} Enabled bool
151-
{get;set;} Identifier string
152-
{get;set;} Name string
153-
{get;set;} RedirectUri string[]
154-
---------------------------
146+
**Microsoft.IdentityServer.Management.Resources.NativeClientApplication**
147+
148+
ApplicationGroupIdentifier string
149+
Description string
150+
Enabled bool
151+
Identifier string
152+
Name string
153+
RedirectUri string[]
155154
156155
## NOTES
157156

0 commit comments

Comments
 (0)