Set-AdfsScopeDescription
Modifies a scope description in AD FS.
Syntax
Set-AdfsScopeDescription
[-Description <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsScopeDescription
[-Description <String>]
[-TargetName] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsScopeDescription
[-Description <String>]
[-InputObject] <OAuthScopeDescription>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-AdfsScopeDescription cmdlet modifies a scope description that represents the scope of access granted to resources and applications in Active Directory Federation Services (AD FS).
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Description
Specifies a description.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-InputObject
Specifies the scope description to modify.
Type: | OAuthScopeDescription |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TargetName
Specifies the name of the scope description to modify.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
OAuthScopeDescription objects are received by the InputObject parameter.
String objects are received by the TargetName parameter.