SecurityCheckResult
public struct SecurityCheckResult : Encodable
Structure to define each check result
A successful check means that the environment the application is running in is more secure and no action is required, as opposed to signalling if a certain feature is enabled.
-
Undocumented
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public let passed: Bool -
Initialise a SecurityCheckResult
Declaration
Swift
public init(_ name: String, _ passed: Bool)Parameters
namethe name of the check result
passedwhether or not the security check passed or failed
SecurityCheckResult Structure Reference