< Back
Get-OktaAppGroupAssignment
Post
NAME Get-OktaAppGroupAssignment
SYNOPSIS
Gets group assignments for an application.
SYNTAX
Get-OktaAppGroupAssignment -App <Application> [<CommonParameters>]
DESCRIPTION
Returns a group assignment object for an app. This object can be used to retrieve the group objects.
PARAMETERS
-App <Application>
The app to return group assignments for.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Okta.Sdk.Application
OUTPUTS
Okta.Sdk.ApplicationGroupAssignment
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-OktaApp -Identity "0oam0ns76yDLwm7t60h7" | Get-OktaAppGroupAssignment
Get the group assignments for an app.
RELATED LINKS
SYNOPSIS
Gets group assignments for an application.
SYNTAX
Get-OktaAppGroupAssignment -App <Application> [<CommonParameters>]
DESCRIPTION
Returns a group assignment object for an app. This object can be used to retrieve the group objects.
PARAMETERS
-App <Application>
The app to return group assignments for.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Okta.Sdk.Application
OUTPUTS
Okta.Sdk.ApplicationGroupAssignment
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-OktaApp -Identity "0oam0ns76yDLwm7t60h7" | Get-OktaAppGroupAssignment
Get the group assignments for an app.
RELATED LINKS