Class Permissions
java.lang.Object
com.azure.resourcemanager.securityinsights.models.Permissions
Permissions required for the connector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncustoms()
Get the customs property: Customs permissions required for the connector.Get the resourceProvider property: Resource provider permissions required for the connector.void
validate()
Validates the instance.withCustoms
(List<PermissionsCustomsItem> customs) Set the customs property: Customs permissions required for the connector.withResourceProvider
(List<PermissionsResourceProviderItem> resourceProvider) Set the resourceProvider property: Resource provider permissions required for the connector.
-
Constructor Details
-
Permissions
public Permissions()
-
-
Method Details
-
resourceProvider
Get the resourceProvider property: Resource provider permissions required for the connector.- Returns:
- the resourceProvider value.
-
withResourceProvider
Set the resourceProvider property: Resource provider permissions required for the connector.- Parameters:
resourceProvider
- the resourceProvider value to set.- Returns:
- the Permissions object itself.
-
customs
Get the customs property: Customs permissions required for the connector.- Returns:
- the customs value.
-
withCustoms
Set the customs property: Customs permissions required for the connector.- Parameters:
customs
- the customs value to set.- Returns:
- the Permissions object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-