DataZone / Client / disassociate_governed_terms

disassociate_governed_terms

DataZone.Client.disassociate_governed_terms(**kwargs)

Disassociates restricted terms from an asset.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_governed_terms(
    domainIdentifier='string',
    entityIdentifier='string',
    entityType='ASSET',
    governedGlossaryTerms=[
        'string',
    ]
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the domain where you want to disassociate restricted terms from an asset.

  • entityIdentifier (string) –

    [REQUIRED]

    The ID of an asset from which you want to disassociate restricted terms.

  • entityType (string) –

    [REQUIRED]

    The type of the asset from which you want to disassociate restricted terms.

  • governedGlossaryTerms (list) –

    [REQUIRED]

    The restricted glossary terms that you want to disassociate from an asset.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions