Class SecureScore

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SecureScore
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class SecureScore extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • SecureScore

      public SecureScore()
      Instantiates a new SecureScore and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static SecureScore createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a SecureScore
    • getActiveUserCount

      @Nullable public Integer getActiveUserCount()
      Gets the activeUserCount property value. Active user count of the given tenant.
      Returns:
      a Integer
    • getAverageComparativeScores

      @Nullable public List<AverageComparativeScore> getAverageComparativeScores()
      Gets the averageComparativeScores property value. Average score by different scopes (for example, average by industry, average by seating) and control category (Identity, Data, Device, Apps, Infrastructure) within the scope.
      Returns:
      a List<AverageComparativeScore>
    • getAzureTenantId

      @Nullable public String getAzureTenantId()
      Gets the azureTenantId property value. GUID string for tenant ID.
      Returns:
      a String
    • getControlScores

      @Nullable public List<ControlScore> getControlScores()
      Gets the controlScores property value. Contains tenant scores for a set of controls.
      Returns:
      a List<ControlScore>
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. When the report was created.
      Returns:
      a OffsetDateTime
    • getCurrentScore

      @Nullable public Double getCurrentScore()
      Gets the currentScore property value. Tenant current attained score on specified date.
      Returns:
      a Double
    • getEnabledServices

      @Nullable public List<String> getEnabledServices()
      Gets the enabledServices property value. Microsoft-provided services for the tenant (for example, Exchange online, Skype, Sharepoint).
      Returns:
      a List<String>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLicensedUserCount

      @Nullable public Integer getLicensedUserCount()
      Gets the licensedUserCount property value. Licensed user count of the given tenant.
      Returns:
      a Integer
    • getMaxScore

      @Nullable public Double getMaxScore()
      Gets the maxScore property value. Tenant maximum possible score on specified date.
      Returns:
      a Double
    • getVendorInformation

      @Nullable public SecurityVendorInformation getVendorInformation()
      Gets the vendorInformation property value. Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required.
      Returns:
      a SecurityVendorInformation
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setActiveUserCount

      public void setActiveUserCount(@Nullable Integer value)
      Sets the activeUserCount property value. Active user count of the given tenant.
      Parameters:
      value - Value to set for the activeUserCount property.
    • setAverageComparativeScores

      public void setAverageComparativeScores(@Nullable List<AverageComparativeScore> value)
      Sets the averageComparativeScores property value. Average score by different scopes (for example, average by industry, average by seating) and control category (Identity, Data, Device, Apps, Infrastructure) within the scope.
      Parameters:
      value - Value to set for the averageComparativeScores property.
    • setAzureTenantId

      public void setAzureTenantId(@Nullable String value)
      Sets the azureTenantId property value. GUID string for tenant ID.
      Parameters:
      value - Value to set for the azureTenantId property.
    • setControlScores

      public void setControlScores(@Nullable List<ControlScore> value)
      Sets the controlScores property value. Contains tenant scores for a set of controls.
      Parameters:
      value - Value to set for the controlScores property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. When the report was created.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setCurrentScore

      public void setCurrentScore(@Nullable Double value)
      Sets the currentScore property value. Tenant current attained score on specified date.
      Parameters:
      value - Value to set for the currentScore property.
    • setEnabledServices

      public void setEnabledServices(@Nullable List<String> value)
      Sets the enabledServices property value. Microsoft-provided services for the tenant (for example, Exchange online, Skype, Sharepoint).
      Parameters:
      value - Value to set for the enabledServices property.
    • setLicensedUserCount

      public void setLicensedUserCount(@Nullable Integer value)
      Sets the licensedUserCount property value. Licensed user count of the given tenant.
      Parameters:
      value - Value to set for the licensedUserCount property.
    • setMaxScore

      public void setMaxScore(@Nullable Double value)
      Sets the maxScore property value. Tenant maximum possible score on specified date.
      Parameters:
      value - Value to set for the maxScore property.
    • setVendorInformation

      public void setVendorInformation(@Nullable SecurityVendorInformation value)
      Sets the vendorInformation property value. Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required.
      Parameters:
      value - Value to set for the vendorInformation property.