Get-AzSecurityContact
Gets security contacts that were configured on this subscription
Syntax
Get-AzSecurityContact
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSecurityContact
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSecurityContact
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Gets security contacts that were configured on this subscription. The security contact can get notifications on security alerts that happen on the subscription.
Examples
Example 1
Get-AzSecurityContact
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/securityContacts/default1
Name : default1
Email : ascasc@microsoft.com
Phone : 123123123
AlertNotifications : On
AlertsToAdmins : On
Gets all the configured security contacts on the subscription
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Resource name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
Resource ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell