mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-05 15:48:03 +00:00

* feat: security service initial code * support secrity type for service from ui * refactor: added missing java files for security service and require json files * refactor: added doc file, oneOf java changes for ranger * Merge branch 'main' of https://github.com/open-metadata/OpenMetadata into issue-20145 * update the security services schema to have domains instead of domain * fix: added security service metadata pipeline * Make changes for security service UI * Update missing translation * update type * Fix the java checkstyle * fix: added ingestionRunner in security service json * Hide security service for OSS * fix: reverse metadata documentation * refactor: added securityConnection in test connection * fix: documentation and ts file changes * fix: deleted __init__ file and added SSISConnection again in the workflowclassconverter.java * fix: convert domain to domains * fix: added new file for basicAuth for ranger and change in rangerConnectionClassConverter.java file * fix: java checkstyle * fix: mysql security service sql * fix: security service index mapping * fix: moved migrations in new version and fix classConverterFactory --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2.0 KiB
2.0 KiB
title | description | slug | collate |
---|---|---|---|
Create Security Service | OpenMetadata Security Service | Create a security service entity to manage metadata for security systems and access control platforms. | /main-concepts/metadata-standard/schemas/api/services/createsecurityservice | true |
CreateSecurityServiceRequest
Create Security Service entity request
Properties
name
: Name that identifies the this entity instance uniquely. Refer to ../../type/basic.json#/definitions/entityName.displayName
(string): Display Name that identifies this security service. It could be title or label from the source services.description
: Description of security service entity. Refer to ../../type/basic.json#/definitions/markdown.serviceType
: Refer to ../../entity/services/securityService.json#/definitions/securityServiceType.connection
: Refer to ../../entity/services/securityService.json#/definitions/securityConnection.tags
(array): Tags for this Security Service. Default:null
.- Items: Refer to ../../type/tagLabel.json.
owners
: Owners of this security service. Refer to ../../type/entityReferenceList.json. Default:null
.dataProducts
(array): List of fully qualified names of data products this entity is part of.- Items: Refer to ../../type/basic.json#/definitions/fullyQualifiedEntityName.
domains
(array): Fully qualified names of the domains the Search Service belongs to.- Items (string)
ingestionRunner
: The ingestion agent responsible for executing the ingestion pipeline. Refer to ../../type/entityReference.json.