Skip to content

v1.6.0

Compare
Choose a tag to compare
@echarrod echarrod released this 23 Mar 17:04
· 32 commits to master since this release

Added

  • Third Party Identity Check
    Added to SandboxCheckReportsBuilder with:
.WithThirdPartyIdentityCheck(
new SandboxThirdPartyIdentityCheckBuilder()
.WithRecommendation(
	new SandboxRecommendationBuilder()
	.WithValue("APPROVE")
	.Build())
.Build())