This latest details are below:
codesign -d -vvv --entitlements :- /path/to/APP
Executable=[PATH_TO_EXE]
Identifier=[PREFIX].[APP_NAME]
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20200 size=3213 flags=0x0(none) hashes=92+5 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha256=98c28a99a6530599c6f781b5e1f2cce7bd3f8d21
CandidateCDHashFull sha256=98c28a99a6530599c6f781b5e1f2cce7bd3f8d21a680686653f40781d46fbb10
Hash choices=sha256
CMSDigest=98c28a99a6530599c6f781b5e1f2cce7bd3f8d21a680686653f40781d46fbb10
CMSDigestType=2
CDHash=98c28a99a6530599c6f781b5e1f2cce7bd3f8d21
Signature size=4663
Authority=Developer ID Application: [COMPANY_ID]
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Signed Time=[TIME]
Info.plist entries=26
TeamIdentifier=[TEAM_ID]
Sealed Resources version=2 rules=13 files=10
Internal requirements count=1 size=240
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.application-identifier</key>
<string>[TEAM_ID].[PREFIX].[APP_NAME]</string>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>content-filter-provider-systemextension</string>
<string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>dns-proxy-systemextension</string>
</array>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.team-identifier</key>
<string>[TEAM_ID]</string>
<key>com.apple.security.application-groups</key>
<array>
<string>[TEAM_ID].[PREFIX]</string>
</array>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>
'security cms -D -i path/to/app'
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppIDName</key>
<string>Applet required to launch network extensions</string>
<key>ApplicationIdentifierPrefix</key>
<array>
<string>[TEAM_ID]</string>
</array>
<key>CreationDate</key>
<date>[DATE]</date>
<key>Platform</key>
<array>
<string>OSX</string>
</array>
<key>IsXcodeManaged</key>
<false/>
<key>DeveloperCertificates</key>
<array>
<data>[DATA]</data>
</array>
<key>Entitlements</key>
<dict>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string>
</array>
<key>com.apple.application-identifier</key>
<string>[TEAM_ID].[PREFIX].[APP_NAME]</string>
<key>keychain-access-groups</key>
<array>
<string>[TEAM_ID].*</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>[TEAM_ID]</string>
</dict>
<key>ExpirationDate</key>
<date>[DATE]</date>
<key>Name</key>
<string>[APP_NAME] Distribution DevID</string>
<key>ProvisionsAllDevices</key>
<true/>
<key>TeamIdentifier</key>
<array>
<string>[TEAM_ID]</string>
</array>
<key>TeamName</key>
<string>[COMPANY_NAME]</string>
<key>TimeToLive</key>
<integer>6570</integer>
<key>UUID</key>
<string>[UUID]</string>
<key>Version</key>
<integer>1</integer>
</dict>
</plist>
codesign -d -vvv --entitlements :- /path/to/APP/path/to/embedded_EXTENSION
Identifier=.[PREFIX].[EXT_NAME]
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20200 size=3747 flags=0x0(none) hashes=109+5 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha256=f37637fcbeebf8b56802309170d79a80d41b94a3
CandidateCDHashFull sha256=f37637fcbeebf8b56802309170d79a80d41b94a38d2c8cce69dfce9a57ef790d
Hash choices=sha256
CMSDigest=f37637fcbeebf8b56802309170d79a80d41b94a38d2c8cce69dfce9a57ef790d
CMSDigestType=2
CDHash=f37637fcbeebf8b56802309170d79a80d41b94a3
Signature size=4663
Authority=Developer ID Application: [COMPANY_ID]
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Signed Time=Mar 3, 2020 at 10:18:28 AM
Info.plist entries=22
TeamIdentifier=[TEAM_ID]
Sealed Resources version=2 rules=13 files=2
Internal requirements count=1 size=228
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.application-identifier</key>
<string>[TEAM_ID].[PREFIX].[EXT_NAME]</string>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>content-filter-provider-systemextension</string>
<string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>dns-proxy-systemextension</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>[TEAM_ID]</string>
<key>com.apple.security.application-groups</key>
<array>
<string>[TEAM_ID].[PREFIX]</string>
</array>
</dict>
</plist>
'security cms -D -i path/to/app/path/embedded/ext'
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppIDName</key>
<string>[description]</string>
<key>ApplicationIdentifierPrefix</key>
<array>
<string>[TEAM_ID]</string>
</array>
<key>CreationDate</key>
<date>[DATE]</date>
<key>Platform</key>
<array>
<string>OSX</string>
</array>
<key>IsXcodeManaged</key>
<false/>
<key>DeveloperCertificates</key>
<array>
<data>[DATA]</data>
</array>
<key>Entitlements</key>
<dict>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string>
</array>
<key>com.apple.application-identifier</key>
<string>[TEAM_ID].[PREFIX].[EXT_NAME]</string>
<key>keychain-access-groups</key>
<array>
<string>[TEAM_ID].*</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>[TEAM_ID]</string>
</dict>
<key>ExpirationDate</key>
<date>[DATE]</date>
<key>Name</key>
<string>[NAME]</string>
<key>ProvisionsAllDevices</key>
<true/>
<key>TeamIdentifier</key>
<array>
<string>[TEAM_ID]</string>
</array>
<key>TeamName</key>
<string>[COMPANY_NAME]</string>
<key>TimeToLive</key>
<integer>6570</integer>
<key>UUID</key>
<string>[UUID]</string>
<key>Version</key>
<integer>1</integer>
</dict>
</plist>