Sha256: 992fa257cc63c138374032531b9406f430efc394b7ea90ac61f1968145c2b602
Contents?: true
Size: 418 Bytes
Versions: 34
Compression:
Stored size: 418 Bytes
Contents
# Revoke role from an archive returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V2::LogsArchivesAPI.new body = DatadogAPIClient::V2::RelationshipToRole.new({ data: DatadogAPIClient::V2::RelationshipToRoleData.new({ id: "3653d3c6-0c75-11ea-ad28-fb5701eabc7d", type: DatadogAPIClient::V2::RolesType::ROLES, }), }) api_instance.remove_role_from_archive("archive_id", body)
Version data entries
34 entries across 34 versions & 1 rubygems