Class IdentityAccounts

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.security.IdentityAccounts
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel
Direct Known Subclasses:
User

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

    • IdentityAccounts

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

    • createFromDiscriminatorValue

      @Nonnull public static IdentityAccounts 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 IdentityAccounts
    • getAccounts

      @Nullable public List<Account> getAccounts()
      Gets the accounts property value. Collection of accounts of the identity in different identity providers.
      Returns:
      a List<Account>
    • getCloudSecurityIdentifier

      @Nullable public String getCloudSecurityIdentifier()
      Gets the cloudSecurityIdentifier property value. The cloud security identifier of the identityAccount.
      Returns:
      a String
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. The Active Directory display name of the identityAccount.
      Returns:
      a String
    • getDomain

      @Nullable public String getDomain()
      Gets the domain property value. The Active Directory domain name of the identityAccount.
      Returns:
      a 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>>
    • getIsEnabled

      @Nullable public Boolean getIsEnabled()
      Gets the isEnabled property value. Boolean indicating if the identityAccounts is enabled.
      Returns:
      a Boolean
    • getOnPremisesSecurityIdentifier

      @Nullable public String getOnPremisesSecurityIdentifier()
      Gets the onPremisesSecurityIdentifier property value. The on-premises security identifier of the identityAccount.
      Returns:
      a String
    • 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
    • setAccounts

      public void setAccounts(@Nullable List<Account> value)
      Sets the accounts property value. Collection of accounts of the identity in different identity providers.
      Parameters:
      value - Value to set for the accounts property.
    • setCloudSecurityIdentifier

      public void setCloudSecurityIdentifier(@Nullable String value)
      Sets the cloudSecurityIdentifier property value. The cloud security identifier of the identityAccount.
      Parameters:
      value - Value to set for the cloudSecurityIdentifier property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. The Active Directory display name of the identityAccount.
      Parameters:
      value - Value to set for the displayName property.
    • setDomain

      public void setDomain(@Nullable String value)
      Sets the domain property value. The Active Directory domain name of the identityAccount.
      Parameters:
      value - Value to set for the domain property.
    • setIsEnabled

      public void setIsEnabled(@Nullable Boolean value)
      Sets the isEnabled property value. Boolean indicating if the identityAccounts is enabled.
      Parameters:
      value - Value to set for the isEnabled property.
    • setOnPremisesSecurityIdentifier

      public void setOnPremisesSecurityIdentifier(@Nullable String value)
      Sets the onPremisesSecurityIdentifier property value. The on-premises security identifier of the identityAccount.
      Parameters:
      value - Value to set for the onPremisesSecurityIdentifier property.