Package com.okta.sdk.resource.org
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 ExtensibleResourceOrgOktaSupportSettingsObj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrgOktaSupportSettingsObjextendOktaSupport()Extend Okta Support Extends the length of time that Okta Support can access your org by 24 hours.java.util.DategetExpiration()OrgOktaSupportSettinggetSupport()OrgOktaSupportSettingsObjgrantOktaSupport()Grant Okta Support Enables you to temporarily allow Okta Support to access your org as an administrator for eight hours.OrgOktaSupportSettingsObjrevokeOktaSupport()Extend Okta Support Revokes Okta Support access to your organization.-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getExpiration
java.util.Date getExpiration()
-
getSupport
OrgOktaSupportSetting getSupport()
-
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
-
-