From 93ee6c0ceef478d24545813bce64fbb394e8efaa Mon Sep 17 00:00:00 2001 From: billmath Date: Wed, 12 Apr 2017 18:34:03 -0400 Subject: [PATCH] updating outputs --- .../windows/adfs/get-adfsapplicationgroup.md | 26 +++- .../adfs/get-adfsapplicationpermission.md | 24 +++- docset/windows/adfs/get-adfsendpoint.md | 12 +- .../adfs/get-adfsnativeclientapplication.md | 10 +- docset/windows/adfs/get-adfsproperties.md | 126 +++++++++++++++++- .../windows/adfs/get-adfsserverapplication.md | 32 ++++- .../windows/adfs/get-adfswebapiapplication.md | 59 +++++++- 7 files changed, 282 insertions(+), 7 deletions(-) diff --git a/docset/windows/adfs/get-adfsapplicationgroup.md b/docset/windows/adfs/get-adfsapplicationgroup.md index 9975421067..021c1a3a6b 100644 --- a/docset/windows/adfs/get-adfsapplicationgroup.md +++ b/docset/windows/adfs/get-adfsapplicationgroup.md @@ -102,7 +102,31 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup ## OUTPUTS -### System.Object + Get-AdfsApplicationGroup + Microsoft.IdentityServer.Management.Resources.ApplicationGroup + {get;set;} ApplicationGroupIdentifier string + {get;} Applications Microsoft.IdentityServer.Management.Resources.IApplication[] + {get;set;} Description string + {get;set;} Enabled bool + {get;set;} Name string + --------------------------- + + + + (Get-AdfsApplicationGroup | select Applications).Applications[0] + Microsoft.IdentityServer.Management.Resources.IApplication + {get;set;} ADUserPrincipalName string + {get;} ApplicationGroupIdentifier string + {get;} ClientSecret string + {get;set;} Description string + {get;} Enabled bool + {get;set;} Identifier string + {get;set;} JWKSUri uri + {get;set;} JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + {get;} JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object] + {get;set;} Name string + {get;set;} RedirectUri string[] + --------------------------- ## NOTES diff --git a/docset/windows/adfs/get-adfsapplicationpermission.md b/docset/windows/adfs/get-adfsapplicationpermission.md index 74b6fabda5..789e4912b9 100644 --- a/docset/windows/adfs/get-adfsapplicationpermission.md +++ b/docset/windows/adfs/get-adfsapplicationpermission.md @@ -101,7 +101,29 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Object + (Get-AdfsApplicationPermission)[0] + Microsoft.IdentityServer.Management.Resources.OAuthPermission + {get;} ClientRoleIdentifier string + {get;} ConsentType Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType + {get;} Description string + {get;} GrantedAt datetime + {get;} GrantedBy string + {get;} ObjectIdentifier string + {get;} ScopeNames string[] + {get;} ServerRoleIdentifier string + --------------------------- + + + + Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType + public enum OAuthConsentType + { + Unknown = 0, + Administrator = 1, + User = 2, + } + --------------------------- + ## NOTES diff --git a/docset/windows/adfs/get-adfsendpoint.md b/docset/windows/adfs/get-adfsendpoint.md index 88c345bb02..dfb881fcb5 100644 --- a/docset/windows/adfs/get-adfsendpoint.md +++ b/docset/windows/adfs/get-adfsendpoint.md @@ -93,7 +93,17 @@ System.Uri[] ## OUTPUTS -### System.Object + (Get-AdfsEndpoint)[0] + Microsoft.IdentityServer.Management.Resources.Endpoint + {get;} AddressPath string + {get;} ClientCredentialType string + {get;} Enabled bool + {get;} FullUrl uri + {get;} Protocol string + {get;} Proxy bool + {get;} SecurityMode string + {get;} Version string + --------------------------- ### Microsoft.IdentityServer.PowerShell.Resources.Endpoint This cmdlet returns class structure that represents the endpoints for the Federation Service. diff --git a/docset/windows/adfs/get-adfsnativeclientapplication.md b/docset/windows/adfs/get-adfsnativeclientapplication.md index c793045432..ef40315e2c 100644 --- a/docset/windows/adfs/get-adfsnativeclientapplication.md +++ b/docset/windows/adfs/get-adfsnativeclientapplication.md @@ -143,7 +143,15 @@ System.Uri[] ## OUTPUTS -### System.Object + Get-AdfsNativeClientApplication + Microsoft.IdentityServer.Management.Resources.NativeClientApplication + {get;} ApplicationGroupIdentifier string + {get;set;} Description string + {get;} Enabled bool + {get;set;} Identifier string + {get;set;} Name string + {get;set;} RedirectUri string[] + --------------------------- ## NOTES diff --git a/docset/windows/adfs/get-adfsproperties.md b/docset/windows/adfs/get-adfsproperties.md index d49dd8aa52..b25b5db055 100644 --- a/docset/windows/adfs/get-adfsproperties.md +++ b/docset/windows/adfs/get-adfsproperties.md @@ -111,7 +111,131 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Object + Get-AdfsProperties + Microsoft.IdentityServer.Management.Resources.ServiceProperties + {get;} AcceptableIdentifiers uri[] + {get;} AddProxyAuthorizationRules string + {get;} AllowLocalAdminsServiceAdministration bool + {get;} AllowSystemServiceAdministration bool + {get;} ArtifactDbConnection string + {get;} AuditLevel string[] + {get;} AuthenticationContextOrder uri[] + {get;} AutoCertificateRollover bool + {get;} BrowserSsoEnabled bool + {get;} BrowserSsoSupportedUserAgents string[] + {get;} CertificateCriticalThreshold int + {get;} CertificateDuration int + {get;} CertificateGenerationThreshold int + {get;} CertificatePromotionThreshold int + {get;} CertificateRolloverInterval int + {get;} CertificateSharingContainer string + {get;} CertificateThresholdMultiplier int + {get;} ClientCertRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + {get;} ContactPerson Microsoft.IdentityServer.Management.Resources.ContactPerson + {get;} CurrentFarmBehavior int + {get;} DelegateServiceAdministration string + {get;} DeviceUsageWindowInDays int + {get;} DisplayName string + {get;} EnableIdpInitiatedSignonPage bool + {get;} EnableOauthLogout bool + {get;} ExtendedProtectionTokenCheck Microsoft.IdentityServer.PolicyModel.Configuration.ProtectionPolicySetting + {get;} ExtranetLockoutEnabled bool + {get;} ExtranetLockoutRequirePDC bool + {get;} ExtranetLockoutThreshold int + {get;} ExtranetObservationWindow timespan + {get;} FederationPassiveAddress string + {get;} GlobalRelyingPartyClaimsIssuancePolicy string + {get;} HostName string + {get;} HttpPort int + {get;} HttpsPort int + {get;} Identifier uri + {get;} IdTokenIssuer uri + {get;} IgnoreTokenBinding bool + {get;} InstalledLanguage string + {get;} IntranetUseLocalClaimsProvider bool + {get;} KmsiEnabled bool + {get;} KmsiLifetimeMins int + {get;} LocalAuthenticationTypesEnabled bool + {get;} LogLevel string[] + {get;} LoopDetectionEnabled bool + {get;} LoopDetectionMaximumTokensIssuedInInterval int + {get;} LoopDetectionTimeIntervalInSeconds int + {get;} MonitoringInterval int + {get;} NetTcpPort int + {get;} NtlmOnlySupportedClientAtProxy bool + {get;} OrganizationInfo Microsoft.IdentityServer.Management.Resources.Organization + {get;} PasswordValidationDelayInMinutes int + {get;} PersistentSsoCutoffTime datetime + {get;} PersistentSsoEnabled bool + {get;} PersistentSsoLifetimeMins int + {get;} PreventTokenReplays bool + {get;} ProxyTrustTokenLifetime int + {get;} RelayStateForIdpInitiatedSignOnEnabled bool + {get;} ReplayCacheExpirationInterval int + {get;} SamlMessageDeliveryWindow int + {get;} SendClientRequestIdAsQueryStringParameter bool + {get;} SignedSamlRequestsRequired bool + {get;} SignSamlAuthnRequests bool + {get;} SsoLifetime int + {get;} TlsClientPort int + {get;} WiaEvaluationMethod Microsoft.IdentityServer.WiaEvaluationMethodState + {get;} WIASupportedUserAgents string[] + --------------------------- + + + + Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + public enum RevocationSetting + { + None = 0, + CheckEndCert = 1, + CheckEndCertCacheOnly = 2, + CheckChain = 3, + CheckChainCacheOnly = 4, + CheckChainExcludeRoot = 5, + CheckChainExcludeRootCacheOnly = 6, + } + + --------------------------- + + + + Microsoft.IdentityServer.Management.Resources.ContactPerson + {get;} ContactType string + {get;} EmailAddresses string[] + {get;} GivenName string + {get;} PhoneNumbers string[] + {get;} Surname string + --------------------------- + + + + (Get-AdfsProperties | select ExtendedProtectionTokenCheck) + public static class ProtectionPolicySetting + { + public const string Allow = "Allow"; + public const string Require = "Require"; + public const string None = "None"; + } + --------------------------- + + + + Microsoft.IdentityServer.Management.Resources.Organization + {get;} DisplayName string + {get;} Name string + {get;} OrganizationUrl string + --------------------------- + + + + (Get-AdfsProperties | select WIASupportedUserAgents) + public enum WiaEvaluationMethodState + { + WiaCapabilityDetection, + WiaUserAgentDetection + } + --------------------------- ## NOTES diff --git a/docset/windows/adfs/get-adfsserverapplication.md b/docset/windows/adfs/get-adfsserverapplication.md index 8412defd4d..5ab2f5611b 100644 --- a/docset/windows/adfs/get-adfsserverapplication.md +++ b/docset/windows/adfs/get-adfsserverapplication.md @@ -143,7 +143,37 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup ## OUTPUTS -### System.Object + + Get-AdfsServerApplication + Microsoft.IdentityServer.Management.Resources.ServerApplication + {get;set;} ADUserPrincipalName string + {get;} ApplicationGroupIdentifier string + {get;} ClientSecret string + {get;set;} Description string + {get;} Enabled bool + {get;set;} Identifier string + {get;set;} JWKSUri uri + {get;set;} JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + {get;} JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object] + {get;set;} Name string + {get;set;} RedirectUri string[] + --------------------------- + + + + Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + public enum RevocationSetting + { + None = 0, + CheckEndCert = 1, + CheckEndCertCacheOnly = 2, + CheckChain = 3, + CheckChainCacheOnly = 4, + CheckChainExcludeRoot = 5, + CheckChainExcludeRootCacheOnly = 6, + } + --------------------------- + ## NOTES diff --git a/docset/windows/adfs/get-adfswebapiapplication.md b/docset/windows/adfs/get-adfswebapiapplication.md index 748a278025..21fe5bcbdf 100644 --- a/docset/windows/adfs/get-adfswebapiapplication.md +++ b/docset/windows/adfs/get-adfswebapiapplication.md @@ -164,7 +164,64 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup ## OUTPUTS -### System.Object + Get-AdfsWebApiApplication + Microsoft.IdentityServer.Management.Resources.WebApiApplication + {get;} AccessControlPolicyName string + {get;} AccessControlPolicyParameters System.Object + {get;} AdditionalAuthenticationRules string + {get;} AllowedAuthenticationClassReferences string[] + {get;set;} AllowedClientTypes Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes + {get;} AlwaysRequireAuthentication bool + {get;} ApplicationGroupId string + {get;} ApplicationGroupIdentifier string + {get;} ClaimsProviderName string[] + {get;set;} DelegationAuthorizationRules string + {get;set;} Description string + {get;} Enabled bool + {get;} Identifier System.Collections.ObjectModel.ReadOnlyCollection[string] + {get;set;} ImpersonationAuthorizationRules string + {get;set;} IssuanceAuthorizationRules string + {get;set;} IssuanceTransformRules string + {get;} IssueOAuthRefreshTokensTo Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes + {get;set;} Name string + {get;} NotBeforeSkew int + {get;} PublishedThroughProxy bool + {get;set;} RefreshTokenProtectionEnabled bool + {get;} RequestMFAFromClaimsProviders bool + {get;} ResultantPolicy Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata + {get;} TokenLifetime int + --------------------------- + + + + (Get-AdfsWebApiApplication | select AllowedClientTypes) + public enum AllowedClientTypes + { + None = 0, + Public = 2, + Confidential=4, + } + --------------------------- + + + + (Get-AdfsWebApiApplication | select IssueOAuthRefreshTokensTo) + public enum RefreshTokenIssuanceDeviceTypes + { + NoDevice = 0, + WorkplaceJoinedDevices = 1, + AllDevices = 2 + } + --------------------------- + + + + (Get-AdfsWebApiApplication | select ResultantPolicy) + Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata + {get;} IsParameterized bool + {get;} Serialized string + {get;} Summary string + --------------------------- ## NOTES