< Back
Set-AzDoVariableGroupPermissionInheritance
Post
NAME Set-AzDoVariableGroupPermissionInheritance
SYNOPSIS
Get role definitions for a specific Azure DevOps libary
SYNTAX
Set-AzDoVariableGroupPermissionInheritance [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-VariableGroupName <String>] [-InheritPermissions <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
Set-AzDoVariableGroupPermissionInheritance [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-VariableGroupId <Int32>] [-InheritPermissions <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The command will retreive the role definitions for the specificed variable group
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-VariableGroupName <String>
The name of the variable group to retrieve
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-VariableGroupId <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InheritPermissions <Boolean>
Required? false
Position? named
Default value True
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
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
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoVariableGroupRoleDefinitions -VariableGroupName <variable group name>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
SYNOPSIS
Get role definitions for a specific Azure DevOps libary
SYNTAX
Set-AzDoVariableGroupPermissionInheritance [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-VariableGroupName <String>] [-InheritPermissions <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
Set-AzDoVariableGroupPermissionInheritance [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-VariableGroupId <Int32>] [-InheritPermissions <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The command will retreive the role definitions for the specificed variable group
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-VariableGroupName <String>
The name of the variable group to retrieve
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-VariableGroupId <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InheritPermissions <Boolean>
Required? false
Position? named
Default value True
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
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
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoVariableGroupRoleDefinitions -VariableGroupName <variable group name>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps