mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
fix(teams): teams_email_sending_to_channel_disabled docstrings (#7559)
This commit is contained in:
committed by
GitHub
parent
098382117e
commit
29fefba62e
+2
-2
@@ -5,7 +5,7 @@ from prowler.providers.m365.services.teams.teams_client import teams_client
|
||||
|
||||
|
||||
class teams_email_sending_to_channel_disabled(Check):
|
||||
"""Check if
|
||||
"""Check if users can send emails to channel email addresses.
|
||||
|
||||
Attributes:
|
||||
metadata: Metadata associated with the check (inherited from Check).
|
||||
@@ -14,7 +14,7 @@ class teams_email_sending_to_channel_disabled(Check):
|
||||
def execute(self) -> List[CheckReportM365]:
|
||||
"""Execute the check for
|
||||
|
||||
This method checks if
|
||||
This method checks if users can send emails to channel email addresses.
|
||||
|
||||
Returns:
|
||||
List[CheckReportM365]: A list of reports containing the result of the check.
|
||||
|
||||
Reference in New Issue
Block a user