@opentdf/sdk
    Preparing search index...

    Interface PlatformServices

    interface PlatformServices {
        access: Client<typeof AccessService>;
        action: Client<typeof ActionService>;
        attributes: Client<typeof AttributesService>;
        authorization: Client<typeof AuthorizationService>;
        entityResolution: Client<typeof EntityResolutionService>;
        keyAccessServerRegistry: Client<typeof KeyAccessServerRegistryService>;
        namespace: Client<typeof NamespaceService>;
        resourceMapping: Client<typeof ResourceMappingService>;
        subjectMapping: Client<typeof SubjectMappingService>;
        unsafe: Client<typeof UnsafeService>;
        wellknown: Client<typeof WellKnownService>;
    }
    Index

    Properties

    access: Client<typeof AccessService>
    action: Client<typeof ActionService>
    attributes: Client<typeof AttributesService>
    authorization: Client<typeof AuthorizationService>
    entityResolution: Client<typeof EntityResolutionService>
    keyAccessServerRegistry: Client<typeof KeyAccessServerRegistryService>
    namespace: Client<typeof NamespaceService>
    resourceMapping: Client<typeof ResourceMappingService>
    subjectMapping: Client<typeof SubjectMappingService>
    unsafe: Client<typeof UnsafeService>
    wellknown: Client<typeof WellKnownService>