< Back

Invoke-FreeIPAAPIpermission_find

Sat Jan 18, 2020 10:14 am

NAME Invoke-FreeIPAAPIpermission_find



SYNOPSIS





SYNTAX

Invoke-FreeIPAAPIpermission_find [[-name] <String>] [[-right] <String[]>] [[-attrs] <String[]>] [[-includedattrs]

<String[]>] [[-excludedattrs] <String[]>] [[-defaultattrs] <String[]>] [[-bindtype] <String>] [[-subtree]

<String>] [[-filter] <String[]>] [[-rawfilter] <String[]>] [[-target] <String>] [[-targetto] <String>]

[[-targetfrom] <String>] [[-memberof] <String[]>] [[-targetgroup] <String>] [[-type] <String>] [[-timelimit]

<Int32>] [[-sizelimit] <Int32>] [-all] [-raw] [[-version] <String>] [-no_members] [-pkey_only] [[-criteria]

<String>] [-FullResultsOutput] [<CommonParameters>]





DESCRIPTION

Search for permissions.





PARAMETERS

-name <String>

Permission name



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-right <String[]>

Rights to grant (read, search, compare, write, add, delete, all)



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-attrs <String[]>

All attributes to which the permission applies



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-includedattrs <String[]>

User-specified attributes to which the permission applies



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-excludedattrs <String[]>

User-specified attributes to which the permission explicitly does not apply



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-defaultattrs <String[]>

Attributes to which the permission applies by default



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-bindtype <String>

Bind rule type



Required? false

Position? 7

Default value

Accept pipeline input? false

Accept wildcard characters? false



-subtree <String>

Subtree to apply permissions to



Required? false

Position? 8

Default value

Accept pipeline input? false

Accept wildcard characters? false



-filter <String[]>

Extra target filter



Required? false

Position? 9

Default value

Accept pipeline input? false

Accept wildcard characters? false



-rawfilter <String[]>

All target filters, including those implied by type and memberof



Required? false

Position? 10

Default value

Accept pipeline input? false

Accept wildcard characters? false



-target <String>

Optional DN to apply the permission to (must be in the subtree, but may not yet exist)



Required? false

Position? 11

Default value

Accept pipeline input? false

Accept wildcard characters? false



-targetto <String>

Optional DN subtree where an entry can be moved to (must be in the subtree, but may not yet exist)



Required? false

Position? 12

Default value

Accept pipeline input? false

Accept wildcard characters? false



-targetfrom <String>

Optional DN subtree from where an entry can be moved (must be in the subtree, but may not yet exist)



Required? false

Position? 13

Default value

Accept pipeline input? false

Accept wildcard characters? false



-memberof <String[]>

Target members of a group (sets memberOf targetfilter)



Required? false

Position? 14

Default value

Accept pipeline input? false

Accept wildcard characters? false



-targetgroup <String>

User group to apply permissions to (sets target)



Required? false

Position? 15

Default value

Accept pipeline input? false

Accept wildcard characters? false



-type <String>

Type of IPA object (sets subtree and objectClass targetfilter)



Required? false

Position? 16

Default value

Accept pipeline input? false

Accept wildcard characters? false



-timelimit <Int32>

Time limit of search in seconds (0 is unlimited)



Required? false

Position? 17

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-sizelimit <Int32>

Maximum number of entries returned (0 is unlimited)



Required? false

Position? 18

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-all [<SwitchParameter>]

Retrieve and print all attributes from the server. Affects command output.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-raw [<SwitchParameter>]

Print entries as stored on the server. Only affects output format.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-version <String>

Client version. Used to determine if server will accept request.



Required? false

Position? 19

Default value

Accept pipeline input? false

Accept wildcard characters? false



-no_members [<SwitchParameter>]

Suppress processing of membership attributes.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-pkey_only [<SwitchParameter>]

Results should contain primary key attribute only ("name")



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-criteria <String>

A string searched in all relevant object attributes



Required? false

Position? 20

Default value

Accept pipeline input? false

Accept wildcard characters? false



-FullResultsOutput [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

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



OUTPUTS

System.Management.Automation.PSObject







RELATED LINKS