{"id":27101395,"url":"https://github.com/markablov/onelogin-custom-fields-update-action","last_synced_at":"2025-04-06T14:36:44.163Z","repository":{"id":205266622,"uuid":"523594255","full_name":"markablov/onelogin-custom-fields-update-action","owner":"markablov","description":"GitHub Action to update Custom Fields for users in OneLogin","archived":false,"fork":false,"pushed_at":"2022-08-11T07:27:19.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-11-03T11:27:25.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markablov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-08-11T05:15:56.000Z","updated_at":"2023-11-03T11:27:26.847Z","dependencies_parsed_at":null,"dependency_job_id":"8fc2359d-ff2a-4b1a-b7b6-29edfaa7fd05","html_url":"https://github.com/markablov/onelogin-custom-fields-update-action","commit_stats":null,"previous_names":["markablov/onelogin-custom-fields-update-action"],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markablov%2Fonelogin-custom-fields-update-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markablov%2Fonelogin-custom-fields-update-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markablov%2Fonelogin-custom-fields-update-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markablov%2Fonelogin-custom-fields-update-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markablov","download_url":"https://codeload.github.com/markablov/onelogin-custom-fields-update-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247497206,"owners_count":20948378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-06T14:36:43.540Z","updated_at":"2025-04-06T14:36:44.155Z","avatar_url":"https://github.com/markablov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action to update Custom Fields for users in OneLogin\n\nThis action uses specified file to update Custom Fields for users in OneLogin \n\n## Inputs\n\n### `apiClientId`\n\n**Required** ClientID for OneLogin API\n\n### `apiSecret`\n\n**Required** Secret for OneLogin API\n\n### `apiRegion`\n\n**Required** Region for OneLogin API, could be `eu` or `us`\n\n### `valuesFilePath`\n\n**Required** Path to the file that contains values of custom fields for users\n\n### `valuesFileFormat`\n\n**Optional** Format of the file that contains values of custom fields for users.\nOnly `json5` is supported.\n\n## Example values file\n```\n[\n  {\n     // identifier for user\n     username: 'john',\n     // custom fields, that would by synced\n     height: 180,\n     size: 'XL'\n  },\n  {\n    // identifier for user\n    username: 'jane',\n    // custom fields, that would by synced\n    height: 150,\n    size: 'XXS'\n  }\n]\n```\n\n## Example usage\n\n```\nuses: actions/onelogin-custom-fields-update-action@v1.0\nwith:\n  apiClientId: '123abc'\n  apiSecret: 'abc123'\n  apiRegion: 'eu'\n  valuesFilePath: '../users.json5'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkablov%2Fonelogin-custom-fields-update-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkablov%2Fonelogin-custom-fields-update-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkablov%2Fonelogin-custom-fields-update-action/lists"}