Skip to main content

ExternalRoleMetadata

Aspects

externalRoleProperties

Information about a ExternalRoleProperties

Schema
{
"type": "record",
"Aspect": {
"name": "externalRoleProperties"
},
"name": "ExternalRoleProperties",
"namespace": "com.linkedin.externalrolemetadata",
"fields": [
{
"Searchable": {
"boostScore": 10.0,
"enableAutocomplete": true,
"fieldType": "TEXT_PARTIAL"
},
"type": "string",
"name": "name",
"doc": "Display name of the IAM Role in the external system"
},
{
"type": [
"null",
"string"
],
"name": "description",
"default": null,
"doc": "Description of the IAM Role"
},
{
"type": {
"type": "enum",
"symbolDocs": {
"ADMIN": "Designates CREATE, DROP, TRUNCATE sql grants",
"READ": "Designates READ access using SELECT grant",
"WRITE": "Designates WRITE access using INSERT, UPDATE, DELETE sql grant"
},
"name": "PrivilegeType",
"namespace": "com.linkedin.externalrolemetadata",
"symbols": [
"READ",
"WRITE",
"ADMIN"
],
"doc": "Privilege Type of a dataset in an organisation"
},
"name": "type",
"doc": "Can be READ, ADMIN, WRITE"
},
{
"type": [
"null",
"string"
],
"name": "requesturl",
"default": null,
"doc": "Link to access external access management"
},
{
"type": [
"null",
{
"type": "record",
"name": "AuditStamp",
"namespace": "com.linkedin.common",
"fields": [
{
"type": "long",
"name": "time",
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
},
{
"java": {
"class": "com.linkedin.common.urn.Urn"
},
"type": "string",
"name": "actor",
"doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change."
},
{
"java": {
"class": "com.linkedin.common.urn.Urn"
},
"type": [
"null",
"string"
],
"name": "impersonator",
"default": null,
"doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor."
},
{
"type": [
"null",
"string"
],
"name": "message",
"default": null,
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
}
],
"doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
}
],
"name": "created",
"default": null,
"doc": "Created Audit stamp"
}
],
"doc": "Information about a ExternalRoleProperties"
}

externalRoleProvisionedUsers

Provisioned users of a role

Schema
{
"type": "record",
"Aspect": {
"name": "externalRoleProvisionedUsers"
},
"name": "ExternalRoleProvisionedUsers",
"namespace": "com.linkedin.externalrolemetadata",
"fields": [
{
"type": {
"type": "array",
"items": {
"type": "record",
"Aspect": {
"name": "externalRoleProvisionedUser"
},
"name": "ExternalRoleProvisionedUser",
"namespace": "com.linkedin.externalrolemetadata",
"fields": [
{
"Relationship": {
"entityTypes": [
"corpuser"
],
"name": "Has"
},
"java": {
"class": "com.linkedin.common.urn.Urn"
},
"type": "string",
"name": "provisionedUser",
"doc": "Add Role provisioned corp user"
}
],
"doc": "Provisioned users of a role"
}
},
"name": "provisionedUsers",
"doc": "List of provisioned users of a role"
}
],
"doc": "Provisioned users of a role"
}

Relationships

Outgoing

These are the relationships stored in this entity's aspects

  • Has

    • Corpuser via externalRoleProvisionedUsers.provisionedUsers.provisionedUser

Global Metadata Model

Global Graph