Interface OrgOktaSupportSettingsObj

  • All Superinterfaces:
    ExtensibleResource, java.util.Map<java.lang.String,​java.lang.Object>, PropertyRetriever, Resource

    @Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
               date="2022-02-14T12:54:39.514-06:00")
    public interface OrgOktaSupportSettingsObj
    extends ExtensibleResource
    OrgOktaSupportSettingsObj
    • Method Detail

      • getExpiration

        java.util.Date getExpiration()
      • grantOktaSupport

        @Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
                   date="2022-02-14T12:54:39.514-06:00",
                   comments="POST - /api/v1/org/privacy/oktaSupport/grant")
        OrgOktaSupportSettingsObj grantOktaSupport()
        Grant Okta Support Enables you to temporarily allow Okta Support to access your org as an administrator for eight hours.
        Returns:
        OrgOktaSupportSettingsObj
      • extendOktaSupport

        @Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
                   date="2022-02-14T12:54:39.514-06:00",
                   comments="POST - /api/v1/org/privacy/oktaSupport/extend")
        OrgOktaSupportSettingsObj extendOktaSupport()
        Extend Okta Support Extends the length of time that Okta Support can access your org by 24 hours. This means that 24 hours are added to the remaining access time.
        Returns:
        OrgOktaSupportSettingsObj
      • revokeOktaSupport

        @Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
                   date="2022-02-14T12:54:39.514-06:00",
                   comments="POST - /api/v1/org/privacy/oktaSupport/revoke")
        OrgOktaSupportSettingsObj revokeOktaSupport()
        Extend Okta Support Revokes Okta Support access to your organization.
        Returns:
        OrgOktaSupportSettingsObj