Class TeamInformationInner

java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner

public final class TeamInformationInner extends Object
Describes team information.
  • Constructor Details

    • TeamInformationInner

      public TeamInformationInner()
  • Method Details

    • teamId

      public String teamId()
      Get the teamId property: Team ID.
      Returns:
      the teamId value.
    • primaryChannelUrl

      public String primaryChannelUrl()
      Get the primaryChannelUrl property: The primary channel URL of the team.
      Returns:
      the primaryChannelUrl value.
    • teamCreationTimeUtc

      public OffsetDateTime teamCreationTimeUtc()
      Get the teamCreationTimeUtc property: The time the team was created.
      Returns:
      the teamCreationTimeUtc value.
    • name

      public String name()
      Get the name property: The name of the team.
      Returns:
      the name value.
    • description

      public String description()
      Get the description property: The description of the team.
      Returns:
      the description value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.