11.12.3.1.52. Struct sss_policy_session_u¶
Defined in File fsl_sss_policy.h
11.12.3.1.52.1. Struct Documentation¶
-
struct
sss_policy_session_u
¶ Policy applicable to a session
Public Members
-
uint8_t
allowRefresh
¶ Whether this session can be refreshed without losing context. And also reset maxDurationOfSession_sec / maxOperationsInSession
-
uint8_t
has_MaxDurationOfSession_sec
¶ Whether maxOperationsInSession is set. This is to ensure ‘0 == maxDurationOfSession_sec’ does not get set by middleware.
-
uint8_t
has_MaxOperationsInSession
¶ Whether maxOperationsInSession is set. This is to ensure ‘0 == maxOperationsInSession’ does not get set by middleware.
-
uint16_t
maxDurationOfSession_sec
¶ Session can be used for this much time, in seconds
-
uint16_t
maxOperationsInSession
¶ Number of operations permitted in a session
-
uint8_t