ProviderPermissionsScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scope on which the user should have permissions, in order to be able to create connections.
public readonly struct ProviderPermissionsScope : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ProviderPermissionsScope>
type ProviderPermissionsScope = struct
Public Structure ProviderPermissionsScope
Implements IEquatable(Of ProviderPermissionsScope)
- Inheritance
-
ProviderPermissionsScope
- Implements
Constructors
| Name | Description |
|---|---|
| ProviderPermissionsScope(String) |
Initializes a new instance of ProviderPermissionsScope. |
Properties
| Name | Description |
|---|---|
| ResourceGroup |
ResourceGroup. |
| Subscription |
Subscription. |
| Workspace |
Workspace. |
Methods
| Name | Description |
|---|---|
| Equals(ProviderPermissionsScope) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ProviderPermissionsScope, ProviderPermissionsScope) |
Determines if two ProviderPermissionsScope values are the same. |
| Implicit(String to ProviderPermissionsScope) |
Converts a String to a ProviderPermissionsScope. |
| Inequality(ProviderPermissionsScope, ProviderPermissionsScope) |
Determines if two ProviderPermissionsScope values are not the same. |