Class ApplicationGroupAssignment

java.lang.Object
com.okta.sdk.resource.model.ApplicationGroupAssignment
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class ApplicationGroupAssignment extends Object implements Serializable
The Application Group object that defines a group of users' app-specific profile and credentials for an app
See Also:
  • Field Details

  • Constructor Details

    • ApplicationGroupAssignment

      public ApplicationGroupAssignment()
  • Method Details

    • getId

      @Nullable public String getId()
      ID of the [Group](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Group/)
      Returns:
      id
    • lastUpdated

      public ApplicationGroupAssignment lastUpdated(OffsetDateTime lastUpdated)
    • getLastUpdated

      @Nullable public OffsetDateTime getLastUpdated()
      Get lastUpdated
      Returns:
      lastUpdated
    • setLastUpdated

      public void setLastUpdated(OffsetDateTime lastUpdated)
    • priority

      public ApplicationGroupAssignment priority(Integer priority)
    • getPriority

      @Nullable public Integer getPriority()
      Priority assigned to the group. If an app has more than one group assigned to the same user, then the group with the higher priority has its profile applied to the [Application User](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ApplicationUsers/). If a priority value isn't specified, then the next highest priority is assigned by default. See [Assign attribute group priority](https://help.okta.com/okta_help.htm?type=oie&id=ext-usgp-app-group-priority) and the [sample priority use case](https://help.okta.com/okta_help.htm?type=oie&id=ext-usgp-combine-values-use).
      Returns:
      priority
    • setPriority

      public void setPriority(Integer priority)
    • profile

      public ApplicationGroupAssignment profile(Map<String,Object> profile)
    • putprofileItem

      public ApplicationGroupAssignment putprofileItem(String key, Object profileItem)
    • getProfile

      @Nullable public Map<String,Object> getProfile()
      Specifies the profile properties applied to [Application Users](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ApplicationUsers/) that are assigned to the app through group membership. Some reference properties are imported from the target app and can't be configured. See [profile](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/getUser!c=200&path=profile&t=response).
      Returns:
      profile
    • setProfile

      public void setProfile(Map<String,Object> profile)
    • getEmbedded

      @Nullable public Map<String,Object> getEmbedded()
      Embedded resource related to the Application Group using the [JSON Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification. If the `expand=group` query parameter is specified, then the [Group](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Group/) object is embedded. If the `expand=metadata` query parameter is specified, then the group assignment metadata is embedded.
      Returns:
      embedded
    • links

    • getLinks

      Get links
      Returns:
      links
    • setLinks

      public void setLinks(ApplicationGroupAssignmentLinks links)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object