IPWorks Auth 2020 Python Edition

Questions / Feedback?

assertion_not_before Property

The date on which the assertion becomes valid.

Syntax

def get_assertion_not_before() -> str: ...

assertion_not_before = property(get_assertion_not_before, None)

Default Value

""

Remarks

This property specifies the earliest time instant at which the assertion is valid.

This is in the standard xsd:dateTime format "YYYY-MM-DDThh:mm:ss". The date is specified in UTC.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]