Package com.okta.sdk.resource
Interface OktaSignOnPolicyConditions
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PolicyRuleConditions
,PropertyRetriever
,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface OktaSignOnPolicyConditions extends ExtensibleResource, PolicyRuleConditions
OktaSignOnPolicyConditions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyPeopleCondition
getPeople()
OktaSignOnPolicyConditions
setPeople(PolicyPeopleCondition people)
-
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.PolicyRuleConditions
getApp, getApps, getAuthContext, getAuthProvider, getBeforeScheduledAction, getClients, getContext, getDevice, getGrantTypes, getGroups, getIdentityProvider, getMdmEnrollment, getNetwork, getPlatform, getRisk, getRiskScore, getScopes, getUserIdentifier, getUsers, getUserStatus, setApp, setApps, setAuthContext, setAuthProvider, setBeforeScheduledAction, setClients, setContext, setDevice, setGrantTypes, setGroups, setIdentityProvider, setMdmEnrollment, setNetwork, setPlatform, setRisk, setRiskScore, setScopes, setUserIdentifier, setUsers, setUserStatus
-
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
-
getPeople
PolicyPeopleCondition getPeople()
- Specified by:
getPeople
in interfacePolicyRuleConditions
-
setPeople
OktaSignOnPolicyConditions setPeople(PolicyPeopleCondition people)
- Specified by:
setPeople
in interfacePolicyRuleConditions
-
-