Class TeamProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.TeamProperties
Describes team properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroupIds()
Get the groupIds property: List of group IDs to add their members to the team.Get the memberIds property: List of member IDs to add to the team.Get the teamDescription property: The description of the team.teamName()
Get the teamName property: The name of the team.void
validate()
Validates the instance.withGroupIds
(List<UUID> groupIds) Set the groupIds property: List of group IDs to add their members to the team.withMemberIds
(List<UUID> memberIds) Set the memberIds property: List of member IDs to add to the team.withTeamDescription
(String teamDescription) Set the teamDescription property: The description of the team.withTeamName
(String teamName) Set the teamName property: The name of the team.
-
Constructor Details
-
TeamProperties
public TeamProperties()
-
-
Method Details
-
teamName
Get the teamName property: The name of the team.- Returns:
- the teamName value.
-
withTeamName
Set the teamName property: The name of the team.- Parameters:
teamName
- the teamName value to set.- Returns:
- the TeamProperties object itself.
-
teamDescription
Get the teamDescription property: The description of the team.- Returns:
- the teamDescription value.
-
withTeamDescription
Set the teamDescription property: The description of the team.- Parameters:
teamDescription
- the teamDescription value to set.- Returns:
- the TeamProperties object itself.
-
memberIds
Get the memberIds property: List of member IDs to add to the team.- Returns:
- the memberIds value.
-
withMemberIds
Set the memberIds property: List of member IDs to add to the team.- Parameters:
memberIds
- the memberIds value to set.- Returns:
- the TeamProperties object itself.
-
groupIds
Get the groupIds property: List of group IDs to add their members to the team.- Returns:
- the groupIds value.
-
withGroupIds
Set the groupIds property: List of group IDs to add their members to the team.- Parameters:
groupIds
- the groupIds value to set.- Returns:
- the TeamProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-