Class ConnectedOrganization

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ConnectedOrganization
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ConnectedOrganization extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Connected Organization.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the connected organization.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the connected organization. Supports $filter (eq).
    • identitySources

      @SerializedName(value="identitySources", alternate="IdentitySources") @Expose @Nullable public List<IdentitySource> identitySources
      The Identity Sources. The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource or externalDomainFederation. Read-only. Nullable. Supports $select and $filter(eq). To filter by the derived types, you must declare the resource using its full OData cast, for example, $filter=identitySources/any(is:is/microsoft.graph.azureActiveDirectoryTenant/tenantId eq 'bcfdfff4-cbc3-43f2-9000-ba7b7515054f').
    • modifiedDateTime

      @SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTime
      The Modified Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public ConnectedOrganizationState state
      The State. The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not. Possible values are: configured, proposed.
    • externalSponsors

      @SerializedName(value="externalSponsors", alternate="ExternalSponsors") @Expose @Nullable public DirectoryObjectCollectionPage externalSponsors
      The External Sponsors. Nullable.
    • internalSponsors

      @SerializedName(value="internalSponsors", alternate="InternalSponsors") @Expose @Nullable public DirectoryObjectCollectionPage internalSponsors
      The Internal Sponsors. Nullable.
  • Constructor Details

    • ConnectedOrganization

      public ConnectedOrganization()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to