@@ -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
0 commit comments