-
Notifications
You must be signed in to change notification settings - Fork 10
Set GAdminSettingsSsoSettings
Deprectiation Notice: The Admin Settings API is deprecated and is scheduled to be sunset on August 16, 2017. See the following URL for more information: https://developers.google.com/admin-sdk/admin-settings/
Update the Single Sign-On settings.
Set-GAdminSettingsSsoSettings [-SamlSignonUri] <String> [-SamlLogoutUri] <String> [-ChangePasswordUri] <String>
[-EnableSSO] <Boolean> [-SsoWhitelist] <String> [-UseDomainSpecificIssuer] <Boolean> [-Domain <String>]
[-GAuthId <String>] [-WhatIf] [-Confirm]
Update the Single Sign-On settings.
PS C:\> Set-GAdminSettingsSsoSettings -SamlSignonUri $SomeSamlSignonUriString -SamlLogoutUri $SomeSamlLogoutUriString
-UseDomainSpecificIssuer $SomeUseDomainSpecificIssuerBool -ChangePasswordUri $SomeChangePasswordUriString -EnableSSO
$SomeEnableSSOBool -SsoWhitelist $SomeSsoWhitelistString -UseDomainSpecificIssuer $SomeUseDomainSpecificIssuerBool
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The identity provider's URL where Google Apps sends the SAML request for user authentication.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe address that users will be sent to when they log out of the web application.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe address that users will be sent to when they want to change their SSO password for the web application.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseEnable SAML-based SSO for this domain.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: True
Position: 4
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseA network mask IP address in Classless Inter-Domain Routing (CIDR) format.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseA domain specific issuer used in the SAML request to the identity provider.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: True
Position: 6
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe target domain for this admin settings cmdlet.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe GAuthId representing the gShell auth credentials this cmdlet should use to run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseThe identity provider's URL where Google Apps sends the SAML request for user authentication.
The address that users will be sent to when they log out of the web application.
The address that users will be sent to when they want to change their SSO password for the web application.
Enable SAML-based SSO for this domain.
A network mask IP address in Classless Inter-Domain Routing (CIDR) format.
A domain specific issuer used in the SAML request to the identity provider.
The target domain for this admin settings cmdlet.
Part of the gShell Project, relating to the Google Admin Settings API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads