Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 2.24 KB

Set-AzureADMSCustomSecurityAttributeDefinitionAllowedValue.md

File metadata and controls

95 lines (70 loc) · 2.24 KB
external help file Module Name online version schema
Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
AzureADPreview
2.0.0

Set-AzureADMSCustomSecurityAttributeDefinitionAllowedValue

SYNOPSIS

Updates an existing custom security attribute definition predefined value.

SYNTAX

Set-AzureADMSCustomSecurityAttributeDefinitionAllowedValue -CustomSecurityAttributeDefinitionId <String>
 -Id <String> [-IsActive <Boolean>] [<CommonParameters>]

DESCRIPTION

Updates an Azure Active Directory (Azure AD) custom security attribute definition predefined value object identified by ID.

EXAMPLES

Example

Set-AzureADMSCustomSecurityAttributeDefinitionAllowedValue -CustomSecurityAttributeDefinitionId "Engineering_Project" -Id "Alpine" -IsActive $false

Deactivate a predefined value.

  • Attribute set: Engineering
  • Attribute: Project
  • Predefined value: Alpine

PARAMETERS

-CustomSecurityAttributeDefinitionId

The unique identifier of a custom security attribute definition in Azure AD.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Id

Predefined value for the custom security attribute.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-IsActive

Specifies whether the predefined value is active or deactivated. If set to false, this predefined value cannot be assigned to any additional supported directory objects.

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS