HubPublic
PackagePublished package

@pasar6987/sf-metadata-security

Access control through profiles, permission sets, SSO configuration, trusted sites, and transaction security.

Published package · Latest published 1.0.1 Mar 4, 2026 · 11 datasets / 3 measures in the latest review · Updated Mar 11, 2026

Release path

1.0.1Published Mar 4, 2026

Publisher

@pasar6987Published Mar 4, 2026

Structure snapshot

11 datasets3 measures · 1.5K dimensions

Semantic Graph

Relationship counts appear after the graph loads.

Loading graph

Package graph is loading

Package relationships will appear when the summary is ready.

Reference context

Secondary package facts stay compact

Updated
Mar 11, 2026
Visibility
Public hub listing
License
MIT
Created
Mar 4, 2026

Reference facts

Secondary package facts after the usage path is clear

Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.

Format

OSI

Upstream

developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference

Repository

Not linked

Owner

@pasar6987

Organization

Independent

License

MIT

Visibility

Public hub listing

Publisher

@pasar6987Published Mar 4, 2026

Latest published version

1.0.1Published Mar 4, 2026

Tags

salesforcecrmmetadatasecurity

Schema preview

Schema 0.1.1

SDK handoff

Use this package in code and AI

After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().

Python SDK

Python example for @pasar6987/sf-metadata-security

This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.

import rawctx

model = rawctx.load("@pasar6987/sf-metadata-security")
prompt = rawctx.to_prompt(
    "@pasar6987/sf-metadata-security",
    datasets=["Certificate", "CspTrustedSite"],
    max_tokens=2000,
)

print(model.datasets)        # ["Certificate", "CspTrustedSite", "MutingPermissionSet"]
print(model.measures)        # [Measure(name="Certificate.KeySize", ...), Measure(name="NamedCredential.JwtValidityPeriodSeconds", ...), Measure(name="RestrictionRule.Version", ...)]
print(model.dimensions)      # [Dimension(name="DeveloperName", ...), Dimension(name="ExpirationDate", ...), Dimension(name="MasterLabel", ...)]
print(model.relationships)   # [Relationship(name='...', ...)]
print(prompt)

README

Package narrative and examples

Use documentation after the package clears provenance, ownership, and runnable-path checks.

@pasar6987/sf-metadata-security

Access control through profiles, permission sets, SSO configuration, trusted sites, and transaction security.

Overview

Count
Objects (Datasets)11
Dimensions1538
Measures3
Relationships3

Objects

  • Certificate — Salesforce standard object
  • CspTrustedSite — Represents a trusted URL.
  • MutingPermissionSet — Represents a set of disabled permissions and is used in conjunction with PermissionSetGroup.
  • NamedCredential — Represents a named credential, which specifies the URL of a callout endpoint and its required authentication parameters in one definition.
  • PermissionSet — Represents a set of permissions that’s used to grant more access to users without changing their profile or reassigning profiles.
  • PermissionSetGroup — Represents a group of permission sets and the permissions within them. Use permission set groups to organize permissions based on job functions or tasks. Then, you can package the groups as needed.
  • PermissionSetTabSetting — Represents a tab’s settings for a profile or permission set. Use PermissionSetTabSetting for manipulating tab visibility on profiles and permission sets.
  • Profile — Represents a user profile. A profile defines a user’s permission to perform different functions within Salesforce. This type extends the Metadata metadata type and inherits its fullName field.
  • RestrictionRule — Represents a restriction rule or a scoping rule. A restriction rule has EnforcementType set to Restrict and controls the access that specified users have to designated records. A scoping rule has EnforcementType set to Scoping and controls the default records that your users see without restricting access.
  • SamlSsoConfig — SAML Single Sign-On Settings - SamlSsoConfig
  • TransactionSecurityPolicy — Represents a transaction security policy definition.

Install

rawctx snapshot-download @pasar6987/sf-metadata-security

Structure review

Inspect package structure after the usage path is clear

Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.

Models1
datasets11
measures3
dimensions1.5K
relationships3
AI context1
models/sf-metadata-security.osi.yamlAI context included
11 datasets3 measures1.5K dimensions3 relationships